#0B0808

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

Shades of Black #0B0808

Tints of Black #0B0808

Color information

#0B0808 (or 0x0B0808) is unknown color: approx Black. HEX triplet: 0B, 08 and 08. RGB value is (11,8,8). Sum of RGB (Red+Green+Blue) = 11+8+8=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0808 is #F4F7F7. Grayscale: #080808. Windows color (decimal): -16054264 or 526347. OLE color: 526347.

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

Color convert

RGB1188-
CMYK00.270.270.96
HSL15.79%3.73%-
HSV(B)27.27%4.31%-
XYZ0.270.260.27-
YUV8.9127.49129.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 40.74%
GREEN value IS 8 (3.52% from 255) = 29.63%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=40.74%
G=29.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal118800.270.270.96015.793.73
HexB8801B1B600104
Octal131010033331400204
Binary101110001000011011110111100000010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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