#151031

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

Shades of Jaguar #151031

Tints of Jaguar #151031

Color information

#151031 (or 0x151031) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 31. RGB value is (21,16,49). Sum of RGB (Red+Green+Blue) = 21+16+49=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #151031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151031 is #EAEFCE. Grayscale: #151515. Windows color (decimal): -15396815 or 3215381. OLE color: 3215381.

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

Color convert

RGB211649-
CMYK0.570.6700.81
HSL249.09º50.77%12.75%-
HSV(B)249.09º67.35%19.22%-
XYZ1.050.753-
YUV21.26143.66127.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=24.42%
G=18.60%
B=56.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2116490.570.6700.81249.0950.7712.75
Hex1510313943051f933d
Octal2520617110301213716315
Binary1010110000110001111001100001101010001111110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151031; }

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

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

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

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

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

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

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

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