Html Css Color HEX #191531 Jaguar

📋 copy color: '#191531'

red 25 ◦ green 21 ◦ blue 49

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

Shades of Jaguar #191531

Tints of Jaguar #191531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 51.58%

R = 26.32%
G = 22.11%
B = 51.58%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191531 (or 0x191531) is known color: Jaguar. HEX triplet: 19, 15 and 31. RGB value is (25,21,49). Sum of RGB (Red+Green+Blue) = 25+21+49=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #191531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191531 is #E6EACE. Grayscale: #191919. Windows color (decimal): -15133391 or 3216665. OLE color: 3216665.

HSL color Cylindrical-coordinate representation of color #191531: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191531 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 21 49 -
CMYK 0.49 0.57 0 0.81
HSL 248.57º 0.4% 0.14% -
HSV(B) 248.57º 0.57% 0.19% -
XYZ 1.22 0.96 3.03 -
YUV 25.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 25 21 49 0.49 0.57 0 0.81 248.57 0.4 0.14
Hex 19 15 31 31 39 0 51 F9 28 E
Octal 31 25 61 61 71 0 121 371 50 16
Binary 11001 10101 110001 110001 111001 0 1010001 11111001 101000 1110

Color Harmonies of #191531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191531

Black with #191531

Text Example


Text Example

White with #191531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191531; }

 p { color: rgb(25,21,49); }

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

background-color css

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

 a { background-color: rgb(25,21,49); }

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

border-color css

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

 span { border-color: rgb(25,21,49); }

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