#17161C

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

Shades of Jaguar #17161C

Tints of Jaguar #17161C

Color information

#17161C (or 0x17161C) is unknown color: approx Jaguar. HEX triplet: 17, 16 and 1C. RGB value is (23,22,28). Sum of RGB (Red+Green+Blue) = 23+22+28=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #17161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17161C is #E8E9E3. Grayscale: #161616. Windows color (decimal): -15264228 or 1840663. OLE color: 1840663.

HSL color Cylindrical-coordinate representation of color #17161C: hue angle of 250º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #17161C is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB232228-
CMYK0.180.2100.89
HSL250º12%9.8%-
HSV(B)250º21.43%10.98%-
XYZ0.850.841.22-
YUV22.98130.83128.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.51%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=31.51%
G=30.14%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2322280.180.2100.89250129.8
Hex17161C1215059faca
Octal272634222501313721412
Binary1011110110111001001010101010110011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17161C; }

 p { color: rgb(23,22,28); }

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

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

 a { background-color: rgb(23,22,28); }

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

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

 span { border-color: rgb(23,22,28); }

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