#08240B

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

Shades of Black Bean #08240B

Tints of Black Bean #08240B

Color information

#08240B (or 0x08240B) is unknown color: approx Black Bean. HEX triplet: 08, 24 and 0B. RGB value is (8,36,11). Sum of RGB (Red+Green+Blue) = 8+36+11=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #08240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240B is #F7DBF4. Grayscale: #181818. Windows color (decimal): -16243701 or 730120. OLE color: 730120.

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

Color convert

RGB83611-
CMYK0.7800.690.86
HSL126.43º63.64%8.63%-
HSV(B)126.43º77.78%14.12%-
XYZ0.791.340.53-
YUV24.78120.22116.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 14.55%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 11 (4.69% from 255) = 20%
R=14.55%
G=65.45%
B=20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836110.7800.690.86126.4363.648.63
Hex824B4E045567e409
Octal104413116010512617610011
Binary100010010010111001110010001011010110111111010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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