#110500

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

Shades of Black #110500

Tints of Black #110500

Color information

#110500 (or 0x110500) is unknown color: approx Black. HEX triplet: 11, 05 and 00. RGB value is (17,5,0). Sum of RGB (Red+Green+Blue) = 17+5+0=22 (2% of max value = 765). Red value is 17 (7.03% from 255 or 77.27% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 17 - color contains mainly: red. Hex color #110500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110500 is #EEFAFF. Grayscale: #080808. Windows color (decimal): -15661824 or 1297. OLE color: 1297.

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

Color convert

RGB1750-
CMYK00.7110.93
HSL17.65º100%3.33%-
HSV(B)17.65º100%6.67%-
XYZ0.290.230.03-
YUV8.02123.48134.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 77.27%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.27%
G=22.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175000.7110.9317.651003.33
Hex1150047645D12643
Octal21500107144135221443
Binary100011010010001111100100101110110010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110500; }

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

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

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

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

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

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

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

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