Html Css Color HEX #171428 Jaguar

📋 copy color: '#171428'

red 23 ◦ green 20 ◦ blue 40

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

Shades of Jaguar #171428

Tints of Jaguar #171428

RGB

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

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

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

R = 27.71%
G = 24.1%
B = 48.19%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#171428 (or 0x171428) is known color: Jaguar. HEX triplet: 17, 14 and 28. RGB value is (23,20,40). Sum of RGB (Red+Green+Blue) = 23+20+40=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #171428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171428 is #E8EBD7. Grayscale: #171717. Windows color (decimal): -15264728 or 2626583. OLE color: 2626583.

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

Color convert

RGB 23 20 40 -
CMYK 0.43 0.5 0 0.84
HSL 249º 0.33% 0.12% -
HSV(B) 249º 0.5% 0.16% -
XYZ 0.99 0.84 2.12 -
YUV 23.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 23 20 40 0.43 0.5 0 0.84 249 0.33 0.12
Hex 17 14 28 2B 32 0 54 F9 21 C
Octal 27 24 50 53 62 0 124 371 41 14
Binary 10111 10100 101000 101011 110010 0 1010100 11111001 100001 1100

Color Harmonies of #171428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171428

Black with #171428

Text Example


Text Example

White with #171428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171428; }

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

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

background-color css

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

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

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

border-color css

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

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

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