Html Css Color HEX #17161C Jaguar

📋 copy color: '#17161C'

red 23 ◦ green 22 ◦ blue 28

#17161C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #17161C

Tints of Jaguar #17161C

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 value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#17161C (or 0x17161C) is known color: 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

RGB 23 22 28 -
CMYK 0.18 0.21 0 0.89
HSL 250º 0.12% 0.1% -
HSV(B) 250º 0.21% 0.11% -
XYZ 0.85 0.84 1.22 -
YUV 22.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 23 22 28 0.18 0.21 0 0.89 250 0.12 0.1
Hex 17 16 1C 12 15 0 59 FA C A
Octal 27 26 34 22 25 0 131 372 14 12
Binary 10111 10110 11100 10010 10101 0 1011001 11111010 1100 1010

Color Harmonies of #17161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17161C

Black with #17161C

Text Example


Text Example

White with #17161C

Text Example


Text Example

HTML Codes & Css Web 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>