Html Css Color HEX #171332 Jaguar

📋 copy color: '#171332'

red 23 ◦ green 19 ◦ blue 50

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

Shades of Jaguar #171332

Tints of Jaguar #171332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

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

R = 25%
G = 20.65%
B = 54.35%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#171332 (or 0x171332) is known color: Jaguar. HEX triplet: 17, 13 and 32. RGB value is (23,19,50). Sum of RGB (Red+Green+Blue) = 23+19+50=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #171332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171332 is #E8ECCD. Grayscale: #171717. Windows color (decimal): -15264974 or 3281687. OLE color: 3281687.

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

Color convert

RGB 23 19 50 -
CMYK 0.54 0.62 0 0.80
HSL 247.74º 0.45% 0.14% -
HSV(B) 247.74º 0.62% 0.2% -
XYZ 1.16 0.88 3.13 -
YUV 23.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 23 19 50 0.54 0.62 0 0.80 247.74 0.45 0.14
Hex 17 13 32 36 3E 0 50 F8 2D E
Octal 27 23 62 66 76 0 120 370 55 16
Binary 10111 10011 110010 110110 111110 0 1010000 11111000 101101 1110

Color Harmonies of #171332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171332

Black with #171332

Text Example


Text Example

White with #171332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171332; }

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

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

background-color css

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

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

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

border-color css

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

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

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