#110B35

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

Shades of Jaguar #110B35

Tints of Jaguar #110B35

Color information

#110B35 (or 0x110B35) is unknown color: approx Jaguar. HEX triplet: 11, 0B and 35. RGB value is (17,11,53). Sum of RGB (Red+Green+Blue) = 17+11+53=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #110B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B35 is #EEF4CA. Grayscale: #111111. Windows color (decimal): -15660235 or 3476241. OLE color: 3476241.

HSL color Cylindrical-coordinate representation of color #110B35: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #110B35 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB171153-
CMYK0.680.7900.79
HSL248.57º65.62%12.55%-
HSV(B)248.57º79.25%20.78%-
XYZ0.990.623.43-
YUV17.58147.99127.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 53 (21.09% from 255) = 65.43%
R=20.99%
G=13.58%
B=65.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1711530.680.7900.79248.5765.6212.55
Hex11B35444F04Ff942d
Octal211365104117011737110215
Binary10001101111010110001001001111010011111111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,11,53); }

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

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

 a { background-color: rgb(17,11,53); }

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

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

 span { border-color: rgb(17,11,53); }

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