#430A24

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

Shades of Blackberry #430A24

Tints of Blackberry #430A24

Color information

#430A24 (or 0x430A24) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 24. RGB value is (67,10,36). Sum of RGB (Red+Green+Blue) = 67+10+36=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A24 is #BCF5DB. Grayscale: #1D1D1D. Windows color (decimal): -12383708 or 2361923. OLE color: 2361923.

HSL color Cylindrical-coordinate representation of color #430A24: hue angle of 332.63º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430A24 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB671036-
CMYK00.850.460.74
HSL332.63º74.03%15.1%-
HSV(B)332.63º85.07%26.27%-
XYZ2.741.541.82-
YUV30.01131.38154.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=59.29%
G=8.85%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67103600.850.460.74332.6374.0315.1
Hex43A240552E4A14d4af
Octal103124401255611251511217
Binary1000011101010010001010101101110100101010100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,10,36); }

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

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

 a { background-color: rgb(67,10,36); }

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

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

 span { border-color: rgb(67,10,36); }

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