#191729

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

Shades of Jaguar #191729

Tints of Jaguar #191729

Color information

#191729 (or 0x191729) is unknown color: approx 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

RGB252341-
CMYK0.390.4400.84
HSL246.67º28.12%12.55%-
HSV(B)246.67º43.9%16.08%-
XYZ1.110.982.23-
YUV25.65136.66127.54-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2523410.390.4400.84246.6728.1212.55
Hex191729272C054f71cd
Octal312751475401243673415
Binary11001101111010011001111011000101010011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>