#17161B

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

Shades of Jaguar #17161B

Tints of Jaguar #17161B

Color information

#17161B (or 0x17161B) is unknown color: approx Jaguar. HEX triplet: 17, 16 and 1B. RGB value is (23,22,27). Sum of RGB (Red+Green+Blue) = 23+22+27=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #17161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17161B is #E8E9E4. Grayscale: #161616. Windows color (decimal): -15264229 or 1775127. OLE color: 1775127.

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

Color convert

RGB232227-
CMYK0.150.1900.89
HSL252º10.2%9.61%-
HSV(B)252º18.52%10.59%-
XYZ0.840.841.15-
YUV22.87130.33128.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=31.94%
G=30.56%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2322270.150.1900.8925210.29.61
Hex17161BF13059fcaa
Octal272633172301313741212
Binary101111011011011111110011010110011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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