#0B0402

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

Shades of Black #0B0402

Tints of Black #0B0402

Color information

#0B0402 (or 0x0B0402) is unknown color: approx Black. HEX triplet: 0B, 04 and 02. RGB value is (11,4,2). Sum of RGB (Red+Green+Blue) = 11+4+2=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0402 is #F4FBFD. Grayscale: #050505. Windows color (decimal): -16055294 or 132107. OLE color: 132107.

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

Color convert

RGB1142-
CMYK00.640.820.96
HSL13.33º69.23%2.55%-
HSV(B)13.33º81.82%4.31%-
XYZ0.190.160.08-
YUV5.86125.82131.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 64.71%
GREEN value IS 4 (1.95% from 255) = 23.53%
BLUE value IS 2 (1.17% from 255) = 11.76%
R=64.71%
G=23.53%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal114200.640.820.9613.3369.232.55
HexB420405260d453
Octal13420100122140151053
Binary10111001001000000101001011000001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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