#191725

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

Shades of Jaguar #191725

Tints of Jaguar #191725

Color information

#191725 (or 0x191725) is unknown color: approx Jaguar. HEX triplet: 19, 17 and 25. RGB value is (25,23,37). Sum of RGB (Red+Green+Blue) = 25+23+37=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #191725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191725 is #E6E8DA. Grayscale: #191919. Windows color (decimal): -15132891 or 2430745. OLE color: 2430745.

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

Color convert

RGB252337-
CMYK0.320.3800.85
HSL248.57º23.33%11.76%-
HSV(B)248.57º37.84%14.51%-
XYZ1.040.951.88-
YUV25.19134.66127.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=29.41%
G=27.06%
B=43.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2523370.320.3800.85248.5723.3311.76
Hex1917252026055f917c
Octal312745404601253712714
Binary11001101111001011000001001100101010111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191725; }

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

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

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

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

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

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

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

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