#0B0501

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

Shades of Black #0B0501

Tints of Black #0B0501

Color information

#0B0501 (or 0x0B0501) is unknown color: approx Black. HEX triplet: 0B, 05 and 01. RGB value is (11,5,1). Sum of RGB (Red+Green+Blue) = 11+5+1=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0501 is #F4FAFE. Grayscale: #060606. Windows color (decimal): -16055039 or 66827. OLE color: 66827.

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

Color convert

RGB1151-
CMYK00.550.910.96
HSL24º83.33%2.35%-
HSV(B)24º90.91%4.31%-
XYZ0.20.180.05-
YUV6.34124.99131.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 64.71%
GREEN value IS 5 (2.34% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=64.71%
G=29.41%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal115100.550.910.962483.332.35
HexB510375B6018532
Octal1351067133140301232
Binary1011101101101111011011110000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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