#081D0D

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

Shades of Black Bean #081D0D

Tints of Black Bean #081D0D

Color information

#081D0D (or 0x081D0D) is unknown color: approx 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

RGB82913-
CMYK0.7200.550.89
HSL134.29º56.76%7.25%-
HSV(B)134.29º72.41%11.37%-
XYZ0.610.960.53-
YUV20.9123.54118.8-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal829130.7200.550.89134.2956.767.25
Hex81DD480375986397
Octal103515110067131206717
Binary100011101110110010000110111101100110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>