Html Css Color HEX #171525 Jaguar

📋 copy color: '#171525'

red 23 ◦ green 21 ◦ blue 37

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

Shades of Jaguar #171525

Tints of Jaguar #171525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.68%

R = 28.4%
G = 25.93%
B = 45.68%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#171525 (or 0x171525) is known color: Jaguar. HEX triplet: 17, 15 and 25. RGB value is (23,21,37). Sum of RGB (Red+Green+Blue) = 23+21+37=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #171525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171525 is #E8EADA. Grayscale: #171717. Windows color (decimal): -15264475 or 2430231. OLE color: 2430231.

HSL color Cylindrical-coordinate representation of color #171525: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #171525 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 21 37 -
CMYK 0.38 0.43 0 0.85
HSL 247.5º 0.28% 0.11% -
HSV(B) 247.5º 0.43% 0.15% -
XYZ 0.96 0.85 1.86 -
YUV 23.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 23 21 37 0.38 0.43 0 0.85 247.5 0.28 0.11
Hex 17 15 25 26 2B 0 55 F8 1C B
Octal 27 25 45 46 53 0 125 370 34 13
Binary 10111 10101 100101 100110 101011 0 1010101 11111000 11100 1011

Color Harmonies of #171525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171525

Black with #171525

Text Example


Text Example

White with #171525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171525; }

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

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

background-color css

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

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

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

border-color css

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

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

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