#110D20

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

Shades of Jaguar #110D20

Tints of Jaguar #110D20

Color information

#110D20 (or 0x110D20) is unknown color: approx Jaguar. HEX triplet: 11, 0D and 20. RGB value is (17,13,32). Sum of RGB (Red+Green+Blue) = 17+13+32=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #110D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D20 is #EEF2DF. Grayscale: #101010. Windows color (decimal): -15659744 or 2100497. OLE color: 2100497.

HSL color Cylindrical-coordinate representation of color #110D20: hue angle of 252.63º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110D20 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB171332-
CMYK0.470.5900.87
HSL252.63º42.22%8.82%-
HSV(B)252.63º59.38%12.55%-
XYZ0.640.511.43-
YUV16.36136.83128.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 13 (5.47% from 255) = 20.97%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=27.42%
G=20.97%
B=51.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1713320.470.5900.87252.6342.228.82
Hex11D202F3B057fd2a9
Octal211540577301273755211
Binary10001110110000010111111101101010111111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110D20; }

 p { color: rgb(17,13,32); }

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

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

 a { background-color: rgb(17,13,32); }

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

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

 span { border-color: rgb(17,13,32); }

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