#110D1D

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

Shades of Jaguar #110D1D

Tints of Jaguar #110D1D

Color information

#110D1D (or 0x110D1D) is unknown color: approx Jaguar. HEX triplet: 11, 0D and 1D. RGB value is (17,13,29). Sum of RGB (Red+Green+Blue) = 17+13+29=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #110D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1D is #EEF2E2. Grayscale: #0F0F0F. Windows color (decimal): -15659747 or 1903889. OLE color: 1903889.

HSL color Cylindrical-coordinate representation of color #110D1D: hue angle of 255º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #110D1D is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB171329-
CMYK0.410.5500.89
HSL255º38.1%8.24%-
HSV(B)255º55.17%11.37%-
XYZ0.60.51.23-
YUV16.02135.33128.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 13 (5.47% from 255) = 22.03%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=28.81%
G=22.03%
B=49.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1713290.410.5500.8925538.18.24
Hex11D1D2937059ff268
Octal211535516701313774610
Binary1000111011110110100111011101011001111111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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