#0B0602

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

Shades of Black #0B0602

Tints of Black #0B0602

Color information

#0B0602 (or 0x0B0602) is unknown color: approx Black. HEX triplet: 0B, 06 and 02. RGB value is (11,6,2). Sum of RGB (Red+Green+Blue) = 11+6+2=19 (2% of max value = 765). Red value is 11 (4.69% from 255 or 57.89% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0602 is #F4F9FD. Grayscale: #070707. Windows color (decimal): -16054782 or 132619. OLE color: 132619.

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

Color convert

RGB1162-
CMYK00.450.820.96
HSL26.67º69.23%2.55%-
HSV(B)26.67º81.82%4.31%-
XYZ0.210.210.09-
YUV7.04125.16130.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 57.89%
GREEN value IS 6 (2.73% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 10.53%
R=57.89%
G=31.58%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116200.450.820.9626.6769.232.55
HexB6202D52601b453
Octal1362055122140331053
Binary10111101001011011010010110000011011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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