Html Css Color HEX #191831 Jaguar

📋 copy color: '#191831'

red 25 ◦ green 24 ◦ blue 49

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

Shades of Jaguar #191831

Tints of Jaguar #191831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 25.51%
G = 24.49%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191831 (or 0x191831) is known color: Jaguar. HEX triplet: 19, 18 and 31. RGB value is (25,24,49). Sum of RGB (Red+Green+Blue) = 25+24+49=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #191831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191831 is #E6E7CE. Grayscale: #1B1B1B. Windows color (decimal): -15132623 or 3217433. OLE color: 3217433.

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

Color convert

RGB 25 24 49 -
CMYK 0.49 0.51 0 0.81
HSL 242.4º 0.34% 0.14% -
HSV(B) 242.4º 0.51% 0.19% -
XYZ 1.28 1.08 3.05 -
YUV 27.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 25 24 49 0.49 0.51 0 0.81 242.4 0.34 0.14
Hex 19 18 31 31 33 0 51 F2 22 E
Octal 31 30 61 61 63 0 121 362 42 16
Binary 11001 11000 110001 110001 110011 0 1010001 11110010 100010 1110

Color Harmonies of #191831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191831

Black with #191831

Text Example


Text Example

White with #191831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191831; }

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

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

background-color css

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

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

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

border-color css

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

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

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