#19152F

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

Shades of Jaguar #19152F

Tints of Jaguar #19152F

Color information

#19152F (or 0x19152F) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 2F. RGB value is (25,21,47). Sum of RGB (Red+Green+Blue) = 25+21+47=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #19152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19152F is #E6EAD0. Grayscale: #191919. Windows color (decimal): -15133393 or 3085593. OLE color: 3085593.

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

Color convert

RGB252147-
CMYK0.470.5500.82
HSL249.23º38.24%13.33%-
HSV(B)249.23º55.32%18.43%-
XYZ1.180.952.81-
YUV25.16140.33127.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.88%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=26.88%
G=22.58%
B=50.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2521470.470.5500.82249.2338.2413.33
Hex19152F2F37052f926d
Octal312557576701223714615
Binary110011010110111110111111011101010010111110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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