#0B0707

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

Shades of Black #0B0707

Tints of Black #0B0707

Color information

#0B0707 (or 0x0B0707) is unknown color: approx Black. HEX triplet: 0B, 07 and 07. RGB value is (11,7,7). Sum of RGB (Red+Green+Blue) = 11+7+7=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0707 is #F4F8F8. Grayscale: #080808. Windows color (decimal): -16054521 or 460555. OLE color: 460555.

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

Color convert

RGB1177-
CMYK00.360.360.96
HSL22.22%3.53%-
HSV(B)36.36%4.31%-
XYZ0.250.240.23-
YUV8.2127.33130-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 44%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 7 (3.12% from 255) = 28%
R=44%
G=28%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal117700.360.360.96022.223.53
HexB7702424600164
Octal1377044441400264
Binary101111111101001001001001100000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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