#0B0908

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

Shades of Black #0B0908

Tints of Black #0B0908

Color information

#0B0908 (or 0x0B0908) is unknown color: approx Black. HEX triplet: 0B, 09 and 08. RGB value is (11,9,8). Sum of RGB (Red+Green+Blue) = 11+9+8=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0908 is #F4F6F7. Grayscale: #090909. Windows color (decimal): -16054008 or 526603. OLE color: 526603.

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

Color convert

RGB1198-
CMYK00.180.270.96
HSL20º15.79%3.73%-
HSV(B)20º27.27%4.31%-
XYZ0.280.280.27-
YUV9.48127.16129.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 39.29%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal119800.180.270.962015.793.73
HexB980121B6014104
Octal1311100223314024204
Binary1011100110000100101101111000001010010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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