#430E32

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

Shades of Blackberry #430E32

Tints of Blackberry #430E32

Color information

#430E32 (or 0x430E32) is unknown color: approx Blackberry. HEX triplet: 43, 0E and 32. RGB value is (67,14,50). Sum of RGB (Red+Green+Blue) = 67+14+50=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #430E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430E32 is #BCF1CD. Grayscale: #212121. Windows color (decimal): -12382670 or 3280451. OLE color: 3280451.

HSL color Cylindrical-coordinate representation of color #430E32: hue angle of 319.25º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #430E32 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB671450-
CMYK00.790.250.74
HSL319.25º65.43%15.88%-
HSV(B)319.25º79.1%26.27%-
XYZ3.051.743.19-
YUV33.95137.06151.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=51.15%
G=10.69%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67145000.790.250.74319.2565.4315.88
Hex43E3204F194A13f4110
Octal103166201173111247710120
Binary1000011111011001001001111110011001010100111111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430E32; }

 p { color: rgb(67,14,50); }

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

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

 a { background-color: rgb(67,14,50); }

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

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

 span { border-color: rgb(67,14,50); }

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