#191727

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

Shades of Jaguar #191727

Tints of Jaguar #191727

Color information

#191727 (or 0x191727) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 27. RGB value is (25,23,39). Sum of RGB (Red+Green+Blue) = 25+23+39=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #191727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191727 is #E6E8D8. Grayscale: #191919. Windows color (decimal): -15132889 or 2561817. OLE color: 2561817.

HSL color Cylindrical-coordinate representation of color #191727: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #191727 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB252339-
CMYK0.360.4100.85
HSL247.5º25.81%12.16%-
HSV(B)247.5º41.03%15.29%-
XYZ1.070.972.05-
YUV25.42135.66127.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=28.74%
G=26.44%
B=44.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2523390.360.4100.85247.525.8112.16
Hex1917272429055f81ac
Octal312747445101253703214
Binary11001101111001111001001010010101010111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191727; }

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

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

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

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

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

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

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

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