#110503

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

Shades of Black #110503

Tints of Black #110503

Color information

#110503 (or 0x110503) is unknown color: approx Black. HEX triplet: 11, 05 and 03. RGB value is (17,5,3). Sum of RGB (Red+Green+Blue) = 17+5+3=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110503 is #EEFAFC. Grayscale: #080808. Windows color (decimal): -15661821 or 197905. OLE color: 197905.

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

Color convert

RGB1753-
CMYK00.710.820.93
HSL8.57º70%3.92%-
HSV(B)8.57º82.35%6.67%-
XYZ0.30.230.12-
YUV8.36124.98134.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 12%
R=68%
G=20%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175300.710.820.938.57703.92
Hex1153047525D9464
Octal21530107122135111064
Binary1000110111010001111010010101110110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110503; }

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

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

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

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

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

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

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

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