#0B0806

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

Shades of Black #0B0806

Tints of Black #0B0806

Color information

#0B0806 (or 0x0B0806) is unknown color: approx Black. HEX triplet: 0B, 08 and 06. RGB value is (11,8,6). Sum of RGB (Red+Green+Blue) = 11+8+6=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0806 is #F4F7F9. Grayscale: #080808. Windows color (decimal): -16054266 or 395275. OLE color: 395275.

HSL color Cylindrical-coordinate representation of color #0B0806: hue angle of 24º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0806 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB1186-
CMYK00.270.450.96
HSL24º29.41%3.33%-
HSV(B)24º45.45%4.31%-
XYZ0.260.260.21-
YUV8.67126.49129.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 44%
GREEN value IS 8 (3.52% from 255) = 32%
BLUE value IS 6 (2.73% from 255) = 24%
R=44%
G=32%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal118600.270.450.962429.413.33
HexB8601B2D60181d3
Octal131060335514030353
Binary101110001100110111011011100000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0806; }

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

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

<style>
 a { background-color: #0B0806; }

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

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

<style>
 span { border-color: #0B0806; }

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

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