#0B0807

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

Shades of Black #0B0807

Tints of Black #0B0807

Color information

#0B0807 (or 0x0B0807) is unknown color: approx Black. HEX triplet: 0B, 08 and 07. RGB value is (11,8,7). Sum of RGB (Red+Green+Blue) = 11+8+7=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0807 is #F4F7F8. Grayscale: #080808. Windows color (decimal): -16054265 or 460811. OLE color: 460811.

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

Color convert

RGB1187-
CMYK00.270.360.96
HSL15º22.22%3.53%-
HSV(B)15º36.36%4.31%-
XYZ0.260.260.24-
YUV8.78126.99129.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=42.31%
G=30.77%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal118700.270.360.961522.223.53
HexB8701B2460f164
Octal131070334414017264
Binary101110001110110111001001100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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