#17132B

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

Shades of Jaguar #17132B

Tints of Jaguar #17132B

Color information

#17132B (or 0x17132B) is unknown color: approx Jaguar. HEX triplet: 17, 13 and 2B. RGB value is (23,19,43). Sum of RGB (Red+Green+Blue) = 23+19+43=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #17132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17132B is #E8ECD4. Grayscale: #161616. Windows color (decimal): -15264981 or 2822935. OLE color: 2822935.

HSL color Cylindrical-coordinate representation of color #17132B: hue angle of 250º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #17132B is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB231943-
CMYK0.470.5600.83
HSL250º38.71%12.16%-
HSV(B)250º55.81%16.86%-
XYZ1.020.822.39-
YUV22.93139.33128.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.06%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=27.06%
G=22.35%
B=50.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2319430.470.5600.8325038.7112.16
Hex17132B2F38053fa27c
Octal272353577001233724714
Binary101111001110101110111111100001010011111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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