Html Css Color HEX #081D0A Black Bean

📋 copy color: '#081D0A'

red 8 ◦ green 29 ◦ blue 10

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

Shades of Black Bean #081D0A

Tints of Black Bean #081D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 17.02%
G = 61.7%
B = 21.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.89

RGB Variations

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

Color information

#081D0A (or 0x081D0A) is known color: Black Bean. HEX triplet: 08, 1D and 0A. RGB value is (8,29,10). Sum of RGB (Red+Green+Blue) = 8+29+10=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0A is #F7E2F5. Grayscale: #141414. Windows color (decimal): -16245494 or 662792. OLE color: 662792.

HSL color Cylindrical-coordinate representation of color #081D0A: hue angle of 125.71º 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 #081D0A is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 29 10 -
CMYK 0.72 0 0.66 0.89
HSL 125.71º 0.57% 0.07% -
HSV(B) 125.71º 0.72% 0.11% -
XYZ 0.59 0.95 0.44 -
YUV 20.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 8 29 10 0.72 0 0.66 0.89 125.71 0.57 0.07
Hex 8 1D A 48 0 42 59 7E 39 7
Octal 10 35 12 110 0 102 131 176 71 7
Binary 1000 11101 1010 1001000 0 1000010 1011001 1111110 111001 111

Color Harmonies of #081D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D0A

Black with #081D0A

Text Example


Text Example

White with #081D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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