#0B0500

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

Shades of Black #0B0500

Tints of Black #0B0500

Color information

#0B0500 (or 0x0B0500) is unknown color: approx Black. HEX triplet: 0B, 05 and 00. RGB value is (11,5,0). Sum of RGB (Red+Green+Blue) = 11+5+0=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0500 is #F4FAFF. Grayscale: #060606. Windows color (decimal): -16055040 or 1291. OLE color: 1291.

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

Color convert

RGB1150-
CMYK00.5510.96
HSL27.27º100%2.16%-
HSV(B)27.27º100%4.31%-
XYZ0.190.180.02-
YUV6.22124.49131.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 68.75%
GREEN value IS 5 (2.34% from 255) = 31.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.75%
G=31.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal115000.5510.9627.271002.16
HexB5003764601b642
Octal1350067144140331442
Binary1011101001101111100100110000011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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