#171334

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

Shades of Jaguar #171334

Tints of Jaguar #171334

Color information

#171334 (or 0x171334) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 34. RGB value is (23,19,52). Sum of RGB (Red+Green+Blue) = 23+19+52=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #171334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171334 is #E8ECCB. Grayscale: #171717. Windows color (decimal): -15264972 or 3412759. OLE color: 3412759.

HSL color Cylindrical-coordinate representation of color #171334: hue angle of 247.27º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #171334 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB231952-
CMYK0.560.6300.80
HSL247.27º46.48%13.92%-
HSV(B)247.27º63.46%20.39%-
XYZ1.210.93.36-
YUV23.96143.83127.32-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.47%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 52 (20.70% from 255) = 55.32%
R=24.47%
G=20.21%
B=55.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2319520.560.6300.80247.2746.4813.92
Hex171334383F050f72ee
Octal272364707701203675616
Binary101111001111010011100011111101010000111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171334; }

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

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

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

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

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

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

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

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