#081F0A

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

Shades of Black Bean #081F0A

Tints of Black Bean #081F0A

Color information

#081F0A (or 0x081F0A) is unknown color: approx Black Bean. HEX triplet: 08, 1F and 0A. RGB value is (8,31,10). Sum of RGB (Red+Green+Blue) = 8+31+10=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0A is #F7E0F5. Grayscale: #151515. Windows color (decimal): -16244982 or 663304. OLE color: 663304.

HSL color Cylindrical-coordinate representation of color #081F0A: hue angle of 125.22º 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 #081F0A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.

Color convert

RGB83110-
CMYK0.7400.680.88
HSL125.22º58.97%7.65%-
HSV(B)125.22º74.19%12.16%-
XYZ0.641.050.46-
YUV21.73121.38118.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 31 (12.5% from 255) = 63.27%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=16.33%
G=63.27%
B=20.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal831100.7400.680.88125.2258.977.65
Hex81FA4A044587d3b8
Octal10371211201041301757310
Binary1000111111010100101001000100101100011111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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