Html Css Color HEX #171520 Jaguar

📋 copy color: '#171520'

red 23 ◦ green 21 ◦ blue 32

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

Shades of Jaguar #171520

Tints of Jaguar #171520

RGB

 RED value IS 23 (9.38% from 255) = 30.26%

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 32 (12.89% from 255) = 42.11%

R = 30.26%
G = 27.63%
B = 42.11%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#171520 (or 0x171520) is known color: Jaguar. HEX triplet: 17, 15 and 20. RGB value is (23,21,32). Sum of RGB (Red+Green+Blue) = 23+21+32=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 32 - color contains mainly: blue. Hex color #171520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171520 is #E8EADF. Grayscale: #161616. Windows color (decimal): -15264480 or 2102551. OLE color: 2102551.

HSL color Cylindrical-coordinate representation of color #171520: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #171520 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 23 21 32 -
CMYK 0.28 0.34 0 0.87
HSL 250.91º 0.21% 0.1% -
HSV(B) 250.91º 0.34% 0.13% -
XYZ 0.88 0.82 1.48 -
YUV 22.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 23 21 32 0.28 0.34 0 0.87 250.91 0.21 0.1
Hex 17 15 20 1C 22 0 57 FB 15 A
Octal 27 25 40 34 42 0 127 373 25 12
Binary 10111 10101 100000 11100 100010 0 1010111 11111011 10101 1010

Color Harmonies of #171520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171520

Black with #171520

Text Example


Text Example

White with #171520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171520; }

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

 H1.HeaderClassName
 {
   color: #171520;
 }
 .AnyTagClassName
 {
   color: #171520;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #171520;
 }
 .BgClassName
 {
   background-color: #171520;
 }
</style>

border-color css

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

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

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