#081D0C

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

Shades of Black Bean #081D0C

Tints of Black Bean #081D0C

Color information

#081D0C (or 0x081D0C) is unknown color: approx Black Bean. HEX triplet: 08, 1D and 0C. RGB value is (8,29,12). Sum of RGB (Red+Green+Blue) = 8+29+12=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #081D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081D0C is #F7E2F3. Grayscale: #141414. Windows color (decimal): -16245492 or 793864. OLE color: 793864.

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

Color convert

RGB82912-
CMYK0.7200.590.89
HSL131.43º56.76%7.25%-
HSV(B)131.43º72.41%11.37%-
XYZ0.610.960.5-
YUV20.78123.04118.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=16.33%
G=59.18%
B=24.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal829120.7200.590.89131.4356.767.25
Hex81DC4803B5983397
Octal103514110073131203717
Binary100011101110010010000111011101100110000011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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