#171327

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

Shades of Jaguar #171327

Tints of Jaguar #171327

Color information

#171327 (or 0x171327) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 27. RGB value is (23,19,39). Sum of RGB (Red+Green+Blue) = 23+19+39=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #171327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171327 is #E8ECD8. Grayscale: #161616. Windows color (decimal): -15264985 or 2560791. OLE color: 2560791.

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

Color convert

RGB231939-
CMYK0.410.5100.85
HSL252º34.48%11.37%-
HSV(B)252º51.28%15.29%-
XYZ0.950.792.02-
YUV22.48137.33128.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 28.40%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 39 (15.62% from 255) = 48.15%
R=28.40%
G=23.46%
B=48.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2319390.410.5100.8525234.4811.37
Hex1713272933055fc22b
Octal272347516301253744213
Binary101111001110011110100111001101010101111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171327; }

 p { color: rgb(23,19,39); }

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

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

 a { background-color: rgb(23,19,39); }

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

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

 span { border-color: rgb(23,19,39); }

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