Html Css Color HEX #081D0B Black Bean

📋 copy color: '#081D0B'

red 8 ◦ green 29 ◦ blue 11

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

Shades of Black Bean #081D0B

Tints of Black Bean #081D0B

RGB

 RED value IS 8 (3.52% from 255) = 16.67%

 GREEN value IS 29 (11.72% from 255) = 60.42%

 BLUE value IS 11 (4.69% from 255) = 22.92%

R = 16.67%
G = 60.42%
B = 22.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#081D0B (or 0x081D0B) is known color: Black Bean. HEX triplet: 08, 1D and 0B. RGB value is (8,29,11). Sum of RGB (Red+Green+Blue) = 8+29+11=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0B is #F7E2F4. Grayscale: #141414. Windows color (decimal): -16245493 or 728328. OLE color: 728328.

HSL color Cylindrical-coordinate representation of color #081D0B: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #081D0B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 29 11 -
CMYK 0.72 0 0.62 0.89
HSL 128.57º 0.57% 0.07% -
HSV(B) 128.57º 0.72% 0.11% -
XYZ 0.6 0.95 0.47 -
YUV 20.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 8 29 11 0.72 0 0.62 0.89 128.57 0.57 0.07
Hex 8 1D B 48 0 3E 59 81 39 7
Octal 10 35 13 110 0 76 131 201 71 7
Binary 1000 11101 1011 1001000 0 111110 1011001 10000001 111001 111

Color Harmonies of #081D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D0B

Black with #081D0B

Text Example


Text Example

White with #081D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D0B; }

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

 H1.HeaderClassName
 {
   color: #081D0B;
 }
 .AnyTagClassName
 {
   color: #081D0B;
 }
</style>

background-color css

<style>
 a { background-color: #081D0B; }

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

 div.DivClassName
 {
   background-color: #081D0B;
 }
 .BgClassName
 {
   background-color: #081D0B;
 }
</style>

border-color css

<style>
 span { border-color: #081D0B; }

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

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