#141031

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

Shades of Jaguar #141031

Tints of Jaguar #141031

Color information

#141031 (or 0x141031) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 31. RGB value is (20,16,49). Sum of RGB (Red+Green+Blue) = 20+16+49=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #141031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141031 is #EBEFCE. Grayscale: #141414. Windows color (decimal): -15462351 or 3215380. OLE color: 3215380.

HSL color Cylindrical-coordinate representation of color #141031: hue angle of 247.27º 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 #141031 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201649-
CMYK0.590.6700.81
HSL247.27º50.77%12.75%-
HSV(B)247.27º67.35%19.22%-
XYZ1.030.742.99-
YUV20.96143.83127.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=23.53%
G=18.82%
B=57.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2016490.590.6700.81247.2750.7712.75
Hex1410313B43051f733d
Octal2420617310301213676315
Binary1010010000110001111011100001101010001111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141031; }

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

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

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

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

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

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

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

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