#0B0606

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

Shades of Black #0B0606

Tints of Black #0B0606

Color information

#0B0606 (or 0x0B0606) is unknown color: approx Black. HEX triplet: 0B, 06 and 06. RGB value is (11,6,6). Sum of RGB (Red+Green+Blue) = 11+6+6=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0606 is #F4F9F9. Grayscale: #070707. Windows color (decimal): -16054778 or 394763. OLE color: 394763.

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

Color convert

RGB1166-
CMYK00.450.450.96
HSL29.41%3.33%-
HSV(B)45.45%4.31%-
XYZ0.240.210.2-
YUV7.5127.16130.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 47.83%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=47.83%
G=26.09%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116600.450.450.96029.413.33
HexB6602D2D6001d3
Octal1366055551400353
Binary10111101100101101101101110000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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