#110D24

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

Shades of Jaguar #110D24

Tints of Jaguar #110D24

Color information

#110D24 (or 0x110D24) is unknown color: approx Jaguar. HEX triplet: 11, 0D and 24. RGB value is (17,13,36). Sum of RGB (Red+Green+Blue) = 17+13+36=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #110D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D24 is #EEF2DB. Grayscale: #101010. Windows color (decimal): -15659740 or 2362641. OLE color: 2362641.

HSL color Cylindrical-coordinate representation of color #110D24: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #110D24 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB171336-
CMYK0.530.6400.86
HSL250.43º46.94%9.61%-
HSV(B)250.43º63.89%14.12%-
XYZ0.690.531.74-
YUV16.82138.83128.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=25.76%
G=19.70%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1713360.530.6400.86250.4346.949.61
Hex11D243540056fa2fa
Octal2115446510001263725712
Binary100011101100100110101100000001010110111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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