#081F0D

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

Shades of Black Bean #081F0D

Tints of Black Bean #081F0D

Color information

#081F0D (or 0x081F0D) is unknown color: approx Black Bean. HEX triplet: 08, 1F and 0D. RGB value is (8,31,13). Sum of RGB (Red+Green+Blue) = 8+31+13=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0D is #F7E0F2. Grayscale: #161616. Windows color (decimal): -16244979 or 859912. OLE color: 859912.

HSL color Cylindrical-coordinate representation of color #081F0D: hue angle of 133.04º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F0D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB83113-
CMYK0.7400.580.88
HSL133.04º58.97%7.65%-
HSV(B)133.04º74.19%12.16%-
XYZ0.661.060.55-
YUV22.07122.88117.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 31 (12.5% from 255) = 59.62%
BLUE value IS 13 (5.47% from 255) = 25%
R=15.38%
G=59.62%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal831130.7400.580.88133.0458.977.65
Hex81FD4A03A58853b8
Octal1037151120721302057310
Binary1000111111101100101001110101011000100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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