Html Css Color HEX #191728 Jaguar

📋 copy color: '#191728'

red 25 ◦ green 23 ◦ blue 40

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

Shades of Jaguar #191728

Tints of Jaguar #191728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 45.45%

R = 28.41%
G = 26.14%
B = 45.45%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#191728 (or 0x191728) is known color: Jaguar. HEX triplet: 19, 17 and 28. RGB value is (25,23,40). Sum of RGB (Red+Green+Blue) = 25+23+40=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #191728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191728 is #E6E8D7. Grayscale: #191919. Windows color (decimal): -15132888 or 2627353. OLE color: 2627353.

HSL color Cylindrical-coordinate representation of color #191728: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #191728 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 23 40 -
CMYK 0.38 0.43 0 0.84
HSL 247.06º 0.27% 0.12% -
HSV(B) 247.06º 0.43% 0.16% -
XYZ 1.09 0.97 2.14 -
YUV 25.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 25 23 40 0.38 0.43 0 0.84 247.06 0.27 0.12
Hex 19 17 28 26 2B 0 54 F7 1B C
Octal 31 27 50 46 53 0 124 367 33 14
Binary 11001 10111 101000 100110 101011 0 1010100 11110111 11011 1100

Color Harmonies of #191728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191728

Black with #191728

Text Example


Text Example

White with #191728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191728; }

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

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

background-color css

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

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

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

border-color css

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

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

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