#17132D

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

Shades of Jaguar #17132D

Tints of Jaguar #17132D

Color information

#17132D (or 0x17132D) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 2D. RGB value is (23,19,45). Sum of RGB (Red+Green+Blue) = 23+19+45=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #17132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17132D is #E8ECD2. Grayscale: #171717. Windows color (decimal): -15264979 or 2954007. OLE color: 2954007.

HSL color Cylindrical-coordinate representation of color #17132D: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #17132D is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB231945-
CMYK0.490.5800.82
HSL249.23º40.62%12.55%-
HSV(B)249.23º57.78%17.65%-
XYZ1.060.842.59-
YUV23.16140.33127.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.44%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 45 (17.97% from 255) = 51.72%
R=26.44%
G=21.84%
B=51.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2319450.490.5800.82249.2340.6212.55
Hex17132D313A052f929d
Octal272355617201223715115
Binary101111001110110111000111101001010010111110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17132D; }

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

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

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

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

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

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

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

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