#171426

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

Shades of Jaguar #171426

Tints of Jaguar #171426

Color information

#171426 (or 0x171426) is unknown color: approx Jaguar. HEX triplet: 17, 14 and 26. RGB value is (23,20,38). Sum of RGB (Red+Green+Blue) = 23+20+38=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #171426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171426 is #E8EBD9. Grayscale: #161616. Windows color (decimal): -15264730 or 2495511. OLE color: 2495511.

HSL color Cylindrical-coordinate representation of color #171426: hue angle of 250º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #171426 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB232038-
CMYK0.390.4700.85
HSL250º31.03%11.37%-
HSV(B)250º47.37%14.9%-
XYZ0.950.821.94-
YUV22.95136.49128.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.40%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=28.40%
G=24.69%
B=46.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2320380.390.4700.8525031.0311.37
Hex171426272F055fa1fb
Octal272446475701253723713
Binary10111101001001101001111011110101010111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171426; }

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

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

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

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

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

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

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

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