#17152B

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

Shades of Jaguar #17152B

Tints of Jaguar #17152B

Color information

#17152B (or 0x17152B) is unknown color: approx Jaguar. HEX triplet: 17, 15 and 2B. RGB value is (23,21,43). Sum of RGB (Red+Green+Blue) = 23+21+43=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #17152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152B is #E8EAD4. Grayscale: #181818. Windows color (decimal): -15264469 or 2823447. OLE color: 2823447.

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

Color convert

RGB232143-
CMYK0.470.5100.83
HSL245.45º34.38%12.55%-
HSV(B)245.45º51.16%16.86%-
XYZ1.060.892.4-
YUV24.11138.66127.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.44%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=26.44%
G=24.14%
B=49.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2321430.470.5100.83245.4534.3812.55
Hex17152B2F33053f522d
Octal272553576301233654215
Binary101111010110101110111111001101010011111101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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