Html Css Color HEX #08240B Black Bean

📋 copy color: '#08240B'

red 8 ◦ green 36 ◦ blue 11

#08240B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #08240B

Tints of Black Bean #08240B

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 value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#08240B (or 0x08240B) is known color: 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

RGB 8 36 11 -
CMYK 0.78 0 0.69 0.86
HSL 126.43º 0.64% 0.09% -
HSV(B) 126.43º 0.78% 0.14% -
XYZ 0.79 1.34 0.53 -
YUV 24.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 8 36 11 0.78 0 0.69 0.86 126.43 0.64 0.09
Hex 8 24 B 4E 0 45 56 7E 40 9
Octal 10 44 13 116 0 105 126 176 100 11
Binary 1000 100100 1011 1001110 0 1000101 1010110 1111110 1000000 1001

Color Harmonies of #08240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08240B

Black with #08240B

Text Example


Text Example

White with #08240B

Text Example


Text Example

HTML Codes & Css Web 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>