#110C25

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

Shades of Jaguar #110C25

Tints of Jaguar #110C25

Color information

#110C25 (or 0x110C25) is unknown color: approx Jaguar. HEX triplet: 11, 0C and 25. RGB value is (17,12,37). Sum of RGB (Red+Green+Blue) = 17+12+37=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #110C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C25 is #EEF3DA. Grayscale: #101010. Windows color (decimal): -15659995 or 2427921. OLE color: 2427921.

HSL color Cylindrical-coordinate representation of color #110C25: hue angle of 252º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #110C25 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171237-
CMYK0.540.6800.85
HSL252º51.02%9.61%-
HSV(B)252º67.57%14.51%-
XYZ0.70.521.81-
YUV16.34139.66128.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=25.76%
G=18.18%
B=56.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1712370.540.6800.8525251.029.61
Hex11C253644055fc33a
Octal2114456610401253746312
Binary100011100100101110110100010001010101111111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,37); }

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

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

 a { background-color: rgb(17,12,37); }

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

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

 span { border-color: rgb(17,12,37); }

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