#171435

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

Shades of Jaguar #171435

Tints of Jaguar #171435

Color information

#171435 (or 0x171435) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 35. RGB value is (23,20,53). Sum of RGB (Red+Green+Blue) = 23+20+53=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #171435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171435 is #E8EBCA. Grayscale: #181818. Windows color (decimal): -15264715 or 3478551. OLE color: 3478551.

HSL color Cylindrical-coordinate representation of color #171435: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #171435 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB232053-
CMYK0.570.6200.79
HSL245.45º45.21%14.31%-
HSV(B)245.45º62.26%20.78%-
XYZ1.250.943.48-
YUV24.66143.99126.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.96%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=23.96%
G=20.83%
B=55.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2320530.570.6200.79245.4545.2114.31
Hex171435393E04Ff52de
Octal272465717601173655516
Binary101111010011010111100111111001001111111101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171435; }

 p { color: rgb(23,20,53); }

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

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

 a { background-color: rgb(23,20,53); }

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

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

 span { border-color: rgb(23,20,53); }

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