Html Css Color HEX #171328 Jaguar

📋 copy color: '#171328'

red 23 ◦ green 19 ◦ blue 40

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

Shades of Jaguar #171328

Tints of Jaguar #171328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 48.78%

R = 28.05%
G = 23.17%
B = 48.78%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#171328 (or 0x171328) is known color: Jaguar. HEX triplet: 17, 13 and 28. RGB value is (23,19,40). Sum of RGB (Red+Green+Blue) = 23+19+40=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #171328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171328 is #E8ECD7. Grayscale: #161616. Windows color (decimal): -15264984 or 2626327. OLE color: 2626327.

HSL color Cylindrical-coordinate representation of color #171328: hue angle of 251.43º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #171328 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 19 40 -
CMYK 0.43 0.52 0 0.84
HSL 251.43º 0.36% 0.12% -
HSV(B) 251.43º 0.53% 0.16% -
XYZ 0.97 0.8 2.11 -
YUV 22.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 23 19 40 0.43 0.52 0 0.84 251.43 0.36 0.12
Hex 17 13 28 2B 34 0 54 FB 24 C
Octal 27 23 50 53 64 0 124 373 44 14
Binary 10111 10011 101000 101011 110100 0 1010100 11111011 100100 1100

Color Harmonies of #171328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171328

Black with #171328

Text Example


Text Example

White with #171328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171328; }

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

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

background-color css

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

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

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

border-color css

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

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

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