#081B0D

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

Shades of Black Bean #081B0D

Tints of Black Bean #081B0D

Color information

#081B0D (or 0x081B0D) is unknown color: approx Black Bean. HEX triplet: 08, 1B and 0D. RGB value is (8,27,13). Sum of RGB (Red+Green+Blue) = 8+27+13=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #081B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B0D is #F7E4F2. Grayscale: #131313. Windows color (decimal): -16246003 or 858888. OLE color: 858888.

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

Color convert

RGB82713-
CMYK0.7000.520.89
HSL135.79º54.29%6.86%-
HSV(B)135.79º70.37%10.59%-
XYZ0.560.860.52-
YUV19.72124.21119.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=16.67%
G=56.25%
B=27.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal827130.7000.520.89135.7954.296.86
Hex81BD460345988367
Octal103315106064131210667
Binary100011011110110001100110100101100110001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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