#0B0909

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

Shades of Black #0B0909

Tints of Black #0B0909

Color information

#0B0909 (or 0x0B0909) is unknown color: approx Black. HEX triplet: 0B, 09 and 09. RGB value is (11,9,9). Sum of RGB (Red+Green+Blue) = 11+9+9=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0909 is #F4F6F6. Grayscale: #090909. Windows color (decimal): -16054007 or 592139. OLE color: 592139.

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

Color convert

RGB1199-
CMYK00.180.180.96
HSL10%3.92%-
HSV(B)18.18%4.31%-
XYZ0.290.290.3-
YUV9.6127.66129-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 9 (3.91% from 255) = 31.03%
BLUE value IS 9 (3.91% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal119900.180.180.960103.92
HexB9901212600a4
Octal131111022221400124
Binary10111001100101001010010110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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