#171338

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

Shades of Jaguar #171338

Tints of Jaguar #171338

Color information

#171338 (or 0x171338) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 38. RGB value is (23,19,56). Sum of RGB (Red+Green+Blue) = 23+19+56=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #171338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171338 is #E8ECC7. Grayscale: #181818. Windows color (decimal): -15264968 or 3674903. OLE color: 3674903.

HSL color Cylindrical-coordinate representation of color #171338: hue angle of 246.49º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #171338 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB231956-
CMYK0.590.6600.78
HSL246.49º49.33%14.71%-
HSV(B)246.49º66.07%21.96%-
XYZ1.30.933.85-
YUV24.41145.83126.99-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.47%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=23.47%
G=19.39%
B=57.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2319560.590.6600.78246.4949.3314.71
Hex1713383B4204Ef631f
Octal2723707310201163666117
Binary1011110011111000111011100001001001110111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171338; }

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

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

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

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

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

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

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

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