#110F17

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

Shades of Jaguar #110F17

Tints of Jaguar #110F17

Color information

#110F17 (or 0x110F17) is unknown color: approx Jaguar. HEX triplet: 11, 0F and 17. RGB value is (17,15,23). Sum of RGB (Red+Green+Blue) = 17+15+23=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #110F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F17 is #EEF0E8. Grayscale: #101010. Windows color (decimal): -15659241 or 1511185. OLE color: 1511185.

HSL color Cylindrical-coordinate representation of color #110F17: hue angle of 255º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #110F17 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB171523-
CMYK0.260.3500.91
HSL255º21.05%7.45%-
HSV(B)255º34.78%9.02%-
XYZ0.560.520.88-
YUV16.51131.66128.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=30.91%
G=27.27%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1715230.260.3500.9125521.057.45
Hex11F171A2305Bff157
Octal21172732430133377257
Binary1000111111011111010100011010110111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,15,23); }

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

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

 a { background-color: rgb(17,15,23); }

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

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

 span { border-color: rgb(17,15,23); }

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