#081B0C

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

Shades of Black Bean #081B0C

Tints of Black Bean #081B0C

Color information

#081B0C (or 0x081B0C) is unknown color: approx Black Bean. HEX triplet: 08, 1B and 0C. RGB value is (8,27,12). Sum of RGB (Red+Green+Blue) = 8+27+12=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0C is #F7E4F3. Grayscale: #131313. Windows color (decimal): -16246004 or 793352. OLE color: 793352.

HSL color Cylindrical-coordinate representation of color #081B0C: hue angle of 132.63º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B0C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB82712-
CMYK0.7000.560.89
HSL132.63º54.29%6.86%-
HSV(B)132.63º70.37%10.59%-
XYZ0.560.860.48-
YUV19.61123.71119.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 27 (10.94% from 255) = 57.45%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=17.02%
G=57.45%
B=25.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal827120.7000.560.89132.6354.296.86
Hex81BC460385985367
Octal103314106070131205667
Binary100011011110010001100111000101100110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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