#110D1E

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

Shades of Jaguar #110D1E

Tints of Jaguar #110D1E

Color information

#110D1E (or 0x110D1E) is unknown color: approx Jaguar. HEX triplet: 11, 0D and 1E. RGB value is (17,13,30). Sum of RGB (Red+Green+Blue) = 17+13+30=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #110D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1E is #EEF2E1. Grayscale: #101010. Windows color (decimal): -15659746 or 1969425. OLE color: 1969425.

HSL color Cylindrical-coordinate representation of color #110D1E: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #110D1E is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB171330-
CMYK0.430.5700.88
HSL254.12º39.53%8.43%-
HSV(B)254.12º56.67%11.76%-
XYZ0.610.51.29-
YUV16.13135.83128.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 30 (12.11% from 255) = 50%
R=28.33%
G=21.67%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1713300.430.5700.88254.1239.538.43
Hex11D1E2B39058fe288
Octal211536537101303765010
Binary1000111011111010101111100101011000111111101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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