#110C2D

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

Shades of Jaguar #110C2D

Tints of Jaguar #110C2D

Color information

#110C2D (or 0x110C2D) is unknown color: approx Jaguar. HEX triplet: 11, 0C and 2D. RGB value is (17,12,45). Sum of RGB (Red+Green+Blue) = 17+12+45=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #110C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C2D is #EEF3D2. Grayscale: #111111. Windows color (decimal): -15659987 or 2952209. OLE color: 2952209.

HSL color Cylindrical-coordinate representation of color #110C2D: hue angle of 249.09º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110C2D is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB171245-
CMYK0.620.7300.82
HSL249.09º57.89%11.18%-
HSV(B)249.09º73.33%17.65%-
XYZ0.840.572.55-
YUV17.26143.66127.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=22.97%
G=16.22%
B=60.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1712450.620.7300.82249.0957.8911.18
Hex11C2D3E49052f93ab
Octal2114557611101223717213
Binary100011100101101111110100100101010010111110011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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