Html Css Color HEX #171425 Jaguar

📋 copy color: '#171425'

red 23 ◦ green 20 ◦ blue 37

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

Shades of Jaguar #171425

Tints of Jaguar #171425

RGB

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

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

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

R = 28.75%
G = 25%
B = 46.25%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#171425 (or 0x171425) is known color: Jaguar. HEX triplet: 17, 14 and 25. RGB value is (23,20,37). Sum of RGB (Red+Green+Blue) = 23+20+37=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #171425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171425 is #E8EBDA. Grayscale: #161616. Windows color (decimal): -15264731 or 2429975. OLE color: 2429975.

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

Color convert

RGB 23 20 37 -
CMYK 0.38 0.46 0 0.85
HSL 250.59º 0.3% 0.11% -
HSV(B) 250.59º 0.46% 0.15% -
XYZ 0.94 0.82 1.86 -
YUV 22.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 23 20 37 0.38 0.46 0 0.85 250.59 0.3 0.11
Hex 17 14 25 26 2E 0 55 FB 1E B
Octal 27 24 45 46 56 0 125 373 36 13
Binary 10111 10100 100101 100110 101110 0 1010101 11111011 11110 1011

Color Harmonies of #171425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171425

Black with #171425

Text Example


Text Example

White with #171425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171425; }

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

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

background-color css

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

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

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

border-color css

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

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

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