#432035

Color #432035 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #432035

Tints of Blackberry #432035

Color information

#432035 (or 0x432035) is unknown color: approx Blackberry. HEX triplet: 43, 20 and 35. RGB value is (67,32,53). Sum of RGB (Red+Green+Blue) = 67+32+53=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #432035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432035 is #BCDFCA. Grayscale: #2C2C2C. Windows color (decimal): -12378059 or 3481667. OLE color: 3481667.

HSL color Cylindrical-coordinate representation of color #432035: hue angle of 324º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432035 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB673253-
CMYK00.520.210.74
HSL324º35.35%19.41%-
HSV(B)324º52.24%26.27%-
XYZ3.472.483.66-
YUV44.86132.6143.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=44.08%
G=21.05%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67325300.520.210.7432435.3519.41
Hex432035034154A1442313
Octal1034065064251125044323
Binary1000011100000110101011010010101100101010100010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432035; }

 p { color: rgb(67,32,53); }

 H1.HeaderClassName
 {
   color: #432035;
 }
 .AnyTagClassName
 {
   color: #432035;
 }
</style>
background-color css

<style>
 a { background-color: #432035; }

 a { background-color: rgb(67,32,53); }

 div.DivClassName
 {
   background-color: #432035;
 }
 .BgClassName
 {
   background-color: #432035;
 }
</style>
border-color css

<style>
 span { border-color: #432035; }

 span { border-color: rgb(67,32,53); }

 td.TdClassName
 {
   border-color: #432035;
 }
 .TagClassName
 {
   border-color: #432035;
 }
</style>