Html Css Color HEX #171431 Jaguar

📋 copy color: '#171431'

red 23 ◦ green 20 ◦ blue 49

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

Shades of Jaguar #171431

Tints of Jaguar #171431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 25%
G = 21.74%
B = 53.26%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#171431 (or 0x171431) is known color: Jaguar. HEX triplet: 17, 14 and 31. RGB value is (23,20,49). Sum of RGB (Red+Green+Blue) = 23+20+49=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #171431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171431 is #E8EBCE. Grayscale: #181818. Windows color (decimal): -15264719 or 3216407. OLE color: 3216407.

HSL color Cylindrical-coordinate representation of color #171431: hue angle of 246.21º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #171431 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 20 49 -
CMYK 0.53 0.59 0 0.81
HSL 246.21º 0.42% 0.14% -
HSV(B) 246.21º 0.59% 0.19% -
XYZ 1.16 0.9 3.02 -
YUV 24.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 23 20 49 0.53 0.59 0 0.81 246.21 0.42 0.14
Hex 17 14 31 35 3B 0 51 F6 2A E
Octal 27 24 61 65 73 0 121 366 52 16
Binary 10111 10100 110001 110101 111011 0 1010001 11110110 101010 1110

Color Harmonies of #171431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171431

Black with #171431

Text Example


Text Example

White with #171431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171431; }

 p { color: rgb(23,20,49); }

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

background-color css

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

 a { background-color: rgb(23,20,49); }

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

border-color css

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

 span { border-color: rgb(23,20,49); }

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