#0B0302

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

Shades of Black #0B0302

Tints of Black #0B0302

Color information

#0B0302 (or 0x0B0302) is unknown color: approx Black. HEX triplet: 0B, 03 and 02. RGB value is (11,3,2). Sum of RGB (Red+Green+Blue) = 11+3+2=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 3 (1.56% from 255 or 18.75% from 16); Blue value is 2 (1.17% from 255 or 12.5% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0302 is #F4FCFD. Grayscale: #050505. Windows color (decimal): -16055550 or 131851. OLE color: 131851.

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

Color convert

RGB1132-
CMYK00.730.820.96
HSL6.67º69.23%2.55%-
HSV(B)6.67º81.82%4.31%-
XYZ0.180.140.08-
YUV5.28126.15132.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 68.75%
GREEN value IS 3 (1.56% from 255) = 18.75%
BLUE value IS 2 (1.17% from 255) = 12.5%
R=68.75%
G=18.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal113200.730.820.966.6769.232.55
HexB3204952607453
Octal1332011112214071053
Binary101111100100100110100101100000111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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