#110D1C

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

Shades of Jaguar #110D1C

Tints of Jaguar #110D1C

Color information

#110D1C (or 0x110D1C) is unknown color: approx Jaguar. HEX triplet: 11, 0D and 1C. RGB value is (17,13,28). Sum of RGB (Red+Green+Blue) = 17+13+28=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #110D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1C is #EEF2E3. Grayscale: #0F0F0F. Windows color (decimal): -15659748 or 1838353. OLE color: 1838353.

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

Color convert

RGB171328-
CMYK0.390.5400.89
HSL256º36.59%8.04%-
HSV(B)256º53.57%10.98%-
XYZ0.580.491.16-
YUV15.91134.83128.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=29.31%
G=22.41%
B=48.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1713280.390.5400.8925636.598.04
Hex11D1C2736059100258
Octal211534476601314004510
Binary10001110111100100111110110010110011000000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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