#141136

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

Shades of Jaguar #141136

Tints of Jaguar #141136

Color information

#141136 (or 0x141136) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 36. RGB value is (20,17,54). Sum of RGB (Red+Green+Blue) = 20+17+54=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #141136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141136 is #EBEEC9. Grayscale: #151515. Windows color (decimal): -15462090 or 3543316. OLE color: 3543316.

HSL color Cylindrical-coordinate representation of color #141136: hue angle of 244.86º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141136 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB201754-
CMYK0.630.6900.79
HSL244.86º52.11%13.92%-
HSV(B)244.86º68.52%21.18%-
XYZ1.150.823.59-
YUV22.12145.99126.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=21.98%
G=18.68%
B=59.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2017540.630.6900.79244.8652.1113.92
Hex1411363F4504Ff534e
Octal2421667710501173656416
Binary1010010001110110111111100010101001111111101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141136; }

 p { color: rgb(20,17,54); }

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

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

 a { background-color: rgb(20,17,54); }

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

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

 span { border-color: rgb(20,17,54); }

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