#0B0705

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

Shades of Black #0B0705

Tints of Black #0B0705

Color information

#0B0705 (or 0x0B0705) is unknown color: approx Black. HEX triplet: 0B, 07 and 05. RGB value is (11,7,5). Sum of RGB (Red+Green+Blue) = 11+7+5=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0705 is #F4F8FA. Grayscale: #070707. Windows color (decimal): -16054523 or 329483. OLE color: 329483.

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

Color convert

RGB1175-
CMYK00.360.550.96
HSL20º37.5%3.14%-
HSV(B)20º54.55%4.31%-
XYZ0.240.230.18-
YUV7.97126.33130.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 47.83%
GREEN value IS 7 (3.12% from 255) = 30.43%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=47.83%
G=30.43%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal117500.360.550.962037.53.14
HexB75024376014263
Octal13750446714024463
Binary1011111101010010011011111000001010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,5); }

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

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

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

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

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

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

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