Html Css Color HEX #081D0D Black Bean

📋 copy color: '#081D0D'

red 8 ◦ green 29 ◦ blue 13

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

Shades of Black Bean #081D0D

Tints of Black Bean #081D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 26%

R = 16%
G = 58%
B = 26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#081D0D (or 0x081D0D) is known color: Black Bean. HEX triplet: 08, 1D and 0D. RGB value is (8,29,13). Sum of RGB (Red+Green+Blue) = 8+29+13=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0D is #F7E2F2. Grayscale: #141414. Windows color (decimal): -16245491 or 859400. OLE color: 859400.

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

Color convert

RGB 8 29 13 -
CMYK 0.72 0 0.55 0.89
HSL 134.29º 0.57% 0.07% -
HSV(B) 134.29º 0.72% 0.11% -
XYZ 0.61 0.96 0.53 -
YUV 20.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 8 29 13 0.72 0 0.55 0.89 134.29 0.57 0.07
Hex 8 1D D 48 0 37 59 86 39 7
Octal 10 35 15 110 0 67 131 206 71 7
Binary 1000 11101 1101 1001000 0 110111 1011001 10000110 111001 111

Color Harmonies of #081D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D0D

Black with #081D0D

Text Example


Text Example

White with #081D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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