#0B0906

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

Shades of Black #0B0906

Tints of Black #0B0906

Color information

#0B0906 (or 0x0B0906) is unknown color: approx Black. HEX triplet: 0B, 09 and 06. RGB value is (11,9,6). Sum of RGB (Red+Green+Blue) = 11+9+6=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0906 is #F4F6F9. Grayscale: #090909. Windows color (decimal): -16054010 or 395531. OLE color: 395531.

HSL color Cylindrical-coordinate representation of color #0B0906: hue angle of 36º 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 #0B0906 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB1196-
CMYK00.180.450.96
HSL36º29.41%3.33%-
HSV(B)36º45.45%4.31%-
XYZ0.270.280.21-
YUV9.26126.16129.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=42.31%
G=34.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal119600.180.450.963629.413.33
HexB960122D60241d3
Octal131160225514044353
Binary1011100111001001010110111000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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