#171424

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

Shades of Jaguar #171424

Tints of Jaguar #171424

Color information

#171424 (or 0x171424) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 24. RGB value is (23,20,36). Sum of RGB (Red+Green+Blue) = 23+20+36=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #171424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171424 is #E8EBDB. Grayscale: #161616. Windows color (decimal): -15264732 or 2364439. OLE color: 2364439.

HSL color Cylindrical-coordinate representation of color #171424: hue angle of 251.25º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #171424 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB232036-
CMYK0.360.4400.86
HSL251.25º28.57%10.98%-
HSV(B)251.25º44.44%14.12%-
XYZ0.920.811.78-
YUV22.72135.49128.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.11%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 36 (14.45% from 255) = 45.57%
R=29.11%
G=25.32%
B=45.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2320360.360.4400.86251.2528.5710.98
Hex171424242C056fb1db
Octal272444445401263733513
Binary10111101001001001001001011000101011011111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171424; }

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

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

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

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

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

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

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

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