#081A0B

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

Shades of Black Bean #081A0B

Tints of Black Bean #081A0B

Color information

#081A0B (or 0x081A0B) is unknown color: approx Black Bean. HEX triplet: 08, 1A and 0B. RGB value is (8,26,11). Sum of RGB (Red+Green+Blue) = 8+26+11=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #081A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081A0B is #F7E5F4. Grayscale: #121212. Windows color (decimal): -16246261 or 727560. OLE color: 727560.

HSL color Cylindrical-coordinate representation of color #081A0B: hue angle of 130º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #081A0B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB82611-
CMYK0.6900.580.90
HSL130º52.94%6.67%-
HSV(B)130º69.23%10.2%-
XYZ0.530.810.45-
YUV18.91123.54120.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 26 (10.55% from 255) = 57.78%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=17.78%
G=57.78%
B=24.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal826110.6900.580.9013052.946.67
Hex81AB4503A5A82357
Octal103213105072132202657
Binary100011010101110001010111010101101010000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,26,11); }

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

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

 a { background-color: rgb(8,26,11); }

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

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

 span { border-color: rgb(8,26,11); }

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