#191539

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

Shades of Jaguar #191539

Tints of Jaguar #191539

Color information

#191539 (or 0x191539) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 39. RGB value is (25,21,57). Sum of RGB (Red+Green+Blue) = 25+21+57=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #191539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191539 is #E6EAC6. Grayscale: #1A1A1A. Windows color (decimal): -15133383 or 3740953. OLE color: 3740953.

HSL color Cylindrical-coordinate representation of color #191539: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #191539 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB252157-
CMYK0.560.6300.78
HSL246.67º46.15%15.29%-
HSV(B)246.67º63.16%22.35%-
XYZ1.411.044-
YUV26.3145.33127.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 57 (22.66% from 255) = 55.34%
R=24.27%
G=20.39%
B=55.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2521570.560.6300.78246.6746.1515.29
Hex191539383F04Ef72ef
Octal312571707701163675617
Binary110011010111100111100011111101001110111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191539; }

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

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

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

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

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

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

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

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