#430D24

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

Shades of Blackberry #430D24

Tints of Blackberry #430D24

Color information

#430D24 (or 0x430D24) is unknown color: approx Blackberry. HEX triplet: 43, 0D and 24. RGB value is (67,13,36). Sum of RGB (Red+Green+Blue) = 67+13+36=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #430D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D24 is #BCF2DB. Grayscale: #1F1F1F. Windows color (decimal): -12382940 or 2362691. OLE color: 2362691.

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

Color convert

RGB671336-
CMYK00.810.460.74
HSL334.44º67.5%15.69%-
HSV(B)334.44º80.6%26.27%-
XYZ2.781.611.83-
YUV31.77130.39153.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=57.76%
G=11.21%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67133600.810.460.74334.4467.515.69
Hex43D240512E4A14e4410
Octal103154401215611251610420
Binary10000111101100100010100011011101001010101001110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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