#19152D

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

Shades of Jaguar #19152D

Tints of Jaguar #19152D

Color information

#19152D (or 0x19152D) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 2D. RGB value is (25,21,45). Sum of RGB (Red+Green+Blue) = 25+21+45=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #19152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19152D is #E6EAD2. Grayscale: #181818. Windows color (decimal): -15133395 or 2954521. OLE color: 2954521.

HSL color Cylindrical-coordinate representation of color #19152D: hue angle of 250º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19152D is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252145-
CMYK0.440.5300.82
HSL250º36.36%12.94%-
HSV(B)250º53.33%17.65%-
XYZ1.140.932.6-
YUV24.93139.33128.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.47%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 49.45%
R=27.47%
G=23.08%
B=49.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2521450.440.5300.8225036.3612.94
Hex19152D2C35052fa24d
Octal312555546501223724415
Binary110011010110110110110011010101010010111110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19152D; }

 p { color: rgb(25,21,45); }

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

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

 a { background-color: rgb(25,21,45); }

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

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

 span { border-color: rgb(25,21,45); }

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