#430B24

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

Shades of Blackberry #430B24

Tints of Blackberry #430B24

Color information

#430B24 (or 0x430B24) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 24. RGB value is (67,11,36). Sum of RGB (Red+Green+Blue) = 67+11+36=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #430B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B24 is #BCF4DB. Grayscale: #1E1E1E. Windows color (decimal): -12383452 or 2362179. OLE color: 2362179.

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

Color convert

RGB671136-
CMYK00.840.460.74
HSL333.21º71.79%15.29%-
HSV(B)333.21º83.58%26.27%-
XYZ2.751.561.83-
YUV30.59131.05153.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=58.77%
G=9.65%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67113600.840.460.74333.2171.7915.29
Hex43B240542E4A14d48f
Octal103134401245611251511017
Binary1000011101110010001010100101110100101010100110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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