#08240D

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

Shades of Black Bean #08240D

Tints of Black Bean #08240D

Color information

#08240D (or 0x08240D) is unknown color: approx Black Bean. HEX triplet: 08, 24 and 0D. RGB value is (8,36,13). Sum of RGB (Red+Green+Blue) = 8+36+13=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #08240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240D is #F7DBF2. Grayscale: #191919. Windows color (decimal): -16243699 or 861192. OLE color: 861192.

HSL color Cylindrical-coordinate representation of color #08240D: hue angle of 130.71º 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 #08240D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB83613-
CMYK0.7800.640.86
HSL130.71º63.64%8.63%-
HSV(B)130.71º77.78%14.12%-
XYZ0.81.340.6-
YUV25.01121.22115.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.04%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=14.04%
G=63.16%
B=22.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836130.7800.640.86130.7163.648.63
Hex824D4E0405683409
Octal104415116010012620310011
Binary1000100100110110011100100000010101101000001110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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