Html Css Color HEX #171529 Jaguar

📋 copy color: '#171529'

red 23 ◦ green 21 ◦ blue 41

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

Shades of Jaguar #171529

Tints of Jaguar #171529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 48.24%

R = 27.06%
G = 24.71%
B = 48.24%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#171529 (or 0x171529) is known color: Jaguar. HEX triplet: 17, 15 and 29. RGB value is (23,21,41). Sum of RGB (Red+Green+Blue) = 23+21+41=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #171529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171529 is #E8EAD6. Grayscale: #171717. Windows color (decimal): -15264471 or 2692375. OLE color: 2692375.

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

Color convert

RGB 23 21 41 -
CMYK 0.44 0.49 0 0.84
HSL 246º 0.32% 0.12% -
HSV(B) 246º 0.49% 0.16% -
XYZ 1.02 0.88 2.21 -
YUV 23.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 23 21 41 0.44 0.49 0 0.84 246 0.32 0.12
Hex 17 15 29 2C 31 0 54 F6 20 C
Octal 27 25 51 54 61 0 124 366 40 14
Binary 10111 10101 101001 101100 110001 0 1010100 11110110 100000 1100

Color Harmonies of #171529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171529

Black with #171529

Text Example


Text Example

White with #171529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171529; }

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

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

background-color css

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

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

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

border-color css

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

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

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