#08240C

Color #08240C Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #08240C

Tints of Black Bean #08240C

Color information

#08240C (or 0x08240C) is unknown color: approx Black Bean. HEX triplet: 08, 24 and 0C. RGB value is (8,36,12). Sum of RGB (Red+Green+Blue) = 8+36+12=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #08240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240C is #F7DBF3. Grayscale: #181818. Windows color (decimal): -16243700 or 795656. OLE color: 795656.

HSL color Cylindrical-coordinate representation of color #08240C: hue angle of 128.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08240C is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB83612-
CMYK0.7800.670.86
HSL128.57º63.64%8.63%-
HSV(B)128.57º77.78%14.12%-
XYZ0.81.340.56-
YUV24.89120.72115.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.29%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=14.29%
G=64.29%
B=21.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836120.7800.670.86128.5763.648.63
Hex824C4E0435681409
Octal104414116010312620110011
Binary1000100100110010011100100001110101101000000110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08240C; }

 p { color: rgb(8,36,12); }

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

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

 a { background-color: rgb(8,36,12); }

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

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

 span { border-color: rgb(8,36,12); }

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