#0B0700

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

Shades of Black #0B0700

Tints of Black #0B0700

Color information

#0B0700 (or 0x0B0700) is unknown color: approx Black. HEX triplet: 0B, 07 and 00. RGB value is (11,7,0). Sum of RGB (Red+Green+Blue) = 11+7+0=18 (2% of max value = 765). Red value is 11 (4.69% from 255 or 61.11% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0700 is #F4F8FF. Grayscale: #070707. Windows color (decimal): -16054528 or 1803. OLE color: 1803.

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

Color convert

RGB1170-
CMYK00.3610.96
HSL38.18º100%2.16%-
HSV(B)38.18º100%4.31%-
XYZ0.210.220.03-
YUV7.4123.83130.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 61.11%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.11%
G=38.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal117000.3610.9638.181002.16
HexB70024646026642
Octal1370044144140461442
Binary10111110010010011001001100000100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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