#110501

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

Shades of Black #110501

Tints of Black #110501

Color information

#110501 (or 0x110501) is unknown color: approx Black. HEX triplet: 11, 05 and 01. RGB value is (17,5,1). Sum of RGB (Red+Green+Blue) = 17+5+1=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110501 is #EEFAFE. Grayscale: #080808. Windows color (decimal): -15661823 or 66833. OLE color: 66833.

HSL color Cylindrical-coordinate representation of color #110501: hue angle of 15º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110501 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB1751-
CMYK00.710.940.93
HSL15º88.89%3.53%-
HSV(B)15º94.12%6.67%-
XYZ0.290.230.06-
YUV8.13123.98134.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 73.91%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=73.91%
G=21.74%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175100.710.940.931588.893.53
Hex11510475E5Df594
Octal21510107136135171314
Binary100011011010001111011110101110111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110501; }

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

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

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

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

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

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

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

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