Html Css Color HEX #191729 Jaguar

📋 copy color: '#191729'

red 25 ◦ green 23 ◦ blue 41

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

Shades of Jaguar #191729

Tints of Jaguar #191729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 46.07%

R = 28.09%
G = 25.84%
B = 46.07%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#191729 (or 0x191729) is known color: Jaguar. HEX triplet: 19, 17 and 29. RGB value is (25,23,41). Sum of RGB (Red+Green+Blue) = 25+23+41=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #191729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191729 is #E6E8D6. Grayscale: #191919. Windows color (decimal): -15132887 or 2692889. OLE color: 2692889.

HSL color Cylindrical-coordinate representation of color #191729: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #191729 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 23 41 -
CMYK 0.39 0.44 0 0.84
HSL 246.67º 0.28% 0.13% -
HSV(B) 246.67º 0.44% 0.16% -
XYZ 1.11 0.98 2.23 -
YUV 25.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 25 23 41 0.39 0.44 0 0.84 246.67 0.28 0.13
Hex 19 17 29 27 2C 0 54 F7 1C D
Octal 31 27 51 47 54 0 124 367 34 15
Binary 11001 10111 101001 100111 101100 0 1010100 11110111 11100 1101

Color Harmonies of #191729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191729

Black with #191729

Text Example


Text Example

White with #191729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191729; }

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

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

background-color css

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

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

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

border-color css

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

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

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