Html Css Color HEX #191725 Jaguar

📋 copy color: '#191725'

red 25 ◦ green 23 ◦ blue 37

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

Shades of Jaguar #191725

Tints of Jaguar #191725

RGB

 RED value IS 25 (10.16% from 255) = 29.41%

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

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

R = 29.41%
G = 27.06%
B = 43.53%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191725 (or 0x191725) is known color: Jaguar. HEX triplet: 19, 17 and 25. RGB value is (25,23,37). Sum of RGB (Red+Green+Blue) = 25+23+37=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #191725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191725 is #E6E8DA. Grayscale: #191919. Windows color (decimal): -15132891 or 2430745. OLE color: 2430745.

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

Color convert

RGB 25 23 37 -
CMYK 0.32 0.38 0 0.85
HSL 248.57º 0.23% 0.12% -
HSV(B) 248.57º 0.38% 0.15% -
XYZ 1.04 0.95 1.88 -
YUV 25.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 25 23 37 0.32 0.38 0 0.85 248.57 0.23 0.12
Hex 19 17 25 20 26 0 55 F9 17 C
Octal 31 27 45 40 46 0 125 371 27 14
Binary 11001 10111 100101 100000 100110 0 1010101 11111001 10111 1100

Color Harmonies of #191725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191725

Black with #191725

Text Example


Text Example

White with #191725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191725; }

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

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

background-color css

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

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

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

border-color css

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

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

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