Html Css Color HEX #191631 Jaguar

📋 copy color: '#191631'

red 25 ◦ green 22 ◦ blue 49

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

Shades of Jaguar #191631

Tints of Jaguar #191631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

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

R = 26.04%
G = 22.92%
B = 51.04%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191631 (or 0x191631) is known color: Jaguar. HEX triplet: 19, 16 and 31. RGB value is (25,22,49). Sum of RGB (Red+Green+Blue) = 25+22+49=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #191631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191631 is #E6E9CE. Grayscale: #191919. Windows color (decimal): -15133135 or 3216921. OLE color: 3216921.

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

Color convert

RGB 25 22 49 -
CMYK 0.49 0.55 0 0.81
HSL 246.67º 0.38% 0.14% -
HSV(B) 246.67º 0.55% 0.19% -
XYZ 1.24 1 3.03 -
YUV 25.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 25 22 49 0.49 0.55 0 0.81 246.67 0.38 0.14
Hex 19 16 31 31 37 0 51 F7 26 E
Octal 31 26 61 61 67 0 121 367 46 16
Binary 11001 10110 110001 110001 110111 0 1010001 11110111 100110 1110

Color Harmonies of #191631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191631

Black with #191631

Text Example


Text Example

White with #191631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191631; }

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

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

background-color css

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

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

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

border-color css

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

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

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