#191724

Color #191724 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #191724

Tints of Jaguar #191724

Color information

#191724 (or 0x191724) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 24. RGB value is (25,23,36). Sum of RGB (Red+Green+Blue) = 25+23+36=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #191724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191724 is #E6E8DB. Grayscale: #191919. Windows color (decimal): -15132892 or 2365209. OLE color: 2365209.

HSL color Cylindrical-coordinate representation of color #191724: hue angle of 249.23º degrees, saturation: 0.22, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191724 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB252336-
CMYK0.310.3600.86
HSL249.23º22.03%11.57%-
HSV(B)249.23º36.11%14.12%-
XYZ1.030.951.8-
YUV25.08134.16127.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=29.76%
G=27.38%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2523360.310.3600.86249.2322.0311.57
Hex1917241F24056f916c
Octal312744374401263712614
Binary1100110111100100111111001000101011011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191724; }

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

 H1.HeaderClassName
 {
   color: #191724;
 }
 .AnyTagClassName
 {
   color: #191724;
 }
</style>
background-color css

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

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

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

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

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

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