#151131

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

Shades of Jaguar #151131

Tints of Jaguar #151131

Color information

#151131 (or 0x151131) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 31. RGB value is (21,17,49). Sum of RGB (Red+Green+Blue) = 21+17+49=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #151131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151131 is #EAEECE. Grayscale: #151515. Windows color (decimal): -15396559 or 3215637. OLE color: 3215637.

HSL color Cylindrical-coordinate representation of color #151131: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #151131 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB211749-
CMYK0.570.6500.81
HSL247.5º48.48%12.94%-
HSV(B)247.5º65.31%19.22%-
XYZ1.060.783-
YUV21.84143.33127.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 49 (19.53% from 255) = 56.32%
R=24.14%
G=19.54%
B=56.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2117490.570.6500.81247.548.4812.94
Hex1511313941051f830d
Octal2521617110101213706015
Binary1010110001110001111001100000101010001111110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151131; }

 p { color: rgb(21,17,49); }

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

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

 a { background-color: rgb(21,17,49); }

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

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

 span { border-color: rgb(21,17,49); }

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