#141135

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

Shades of Jaguar #141135

Tints of Jaguar #141135

Color information

#141135 (or 0x141135) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 35. RGB value is (20,17,53). Sum of RGB (Red+Green+Blue) = 20+17+53=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #141135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141135 is #EBEECA. Grayscale: #151515. Windows color (decimal): -15462091 or 3477780. OLE color: 3477780.

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

Color convert

RGB201753-
CMYK0.620.6800.79
HSL245º51.43%13.73%-
HSV(B)245º67.92%20.78%-
XYZ1.130.813.46-
YUV22145.49126.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=22.22%
G=18.89%
B=58.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2017530.620.6800.7924551.4313.73
Hex1411353E4404Ff533e
Octal2421657610401173656316
Binary1010010001110101111110100010001001111111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141135; }

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

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

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

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

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

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

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

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