Html Css Color HEX #171532 Jaguar

📋 copy color: '#171532'

red 23 ◦ green 21 ◦ blue 50

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

Shades of Jaguar #171532

Tints of Jaguar #171532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 53.19%

R = 24.47%
G = 22.34%
B = 53.19%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#171532 (or 0x171532) is known color: Jaguar. HEX triplet: 17, 15 and 32. RGB value is (23,21,50). Sum of RGB (Red+Green+Blue) = 23+21+50=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #171532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171532 is #E8EACD. Grayscale: #181818. Windows color (decimal): -15264462 or 3282199. OLE color: 3282199.

HSL color Cylindrical-coordinate representation of color #171532: hue angle of 244.14º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #171532 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 23 21 50 -
CMYK 0.54 0.58 0 0.80
HSL 244.14º 0.41% 0.14% -
HSV(B) 244.14º 0.58% 0.2% -
XYZ 1.2 0.95 3.14 -
YUV 24.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 23 21 50 0.54 0.58 0 0.80 244.14 0.41 0.14
Hex 17 15 32 36 3A 0 50 F4 29 E
Octal 27 25 62 66 72 0 120 364 51 16
Binary 10111 10101 110010 110110 111010 0 1010000 11110100 101001 1110

Color Harmonies of #171532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171532

Black with #171532

Text Example


Text Example

White with #171532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171532; }

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

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

background-color css

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

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

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

border-color css

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

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

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