#110E1B

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

Shades of Jaguar #110E1B

Tints of Jaguar #110E1B

Color information

#110E1B (or 0x110E1B) is unknown color: approx Jaguar. HEX triplet: 11, 0E and 1B. RGB value is (17,14,27). Sum of RGB (Red+Green+Blue) = 17+14+27=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #110E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E1B is #EEF1E4. Grayscale: #101010. Windows color (decimal): -15659493 or 1773073. OLE color: 1773073.

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

Color convert

RGB171427-
CMYK0.370.4800.89
HSL253.85º31.71%8.04%-
HSV(B)253.85º48.15%10.59%-
XYZ0.590.511.1-
YUV16.38133.99128.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 27 (10.94% from 255) = 46.55%
R=29.31%
G=24.14%
B=46.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1714270.370.4800.89253.8531.718.04
Hex11E1B2530059fe208
Octal211633456001313764010
Binary1000111101101110010111000001011001111111101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,14,27); }

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

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

 a { background-color: rgb(17,14,27); }

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

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

 span { border-color: rgb(17,14,27); }

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