#141134

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

Shades of Jaguar #141134

Tints of Jaguar #141134

Color information

#141134 (or 0x141134) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 34. RGB value is (20,17,52). Sum of RGB (Red+Green+Blue) = 20+17+52=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #141134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141134 is #EBEECB. Grayscale: #151515. Windows color (decimal): -15462092 or 3412244. OLE color: 3412244.

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

Color convert

RGB201752-
CMYK0.620.6700.80
HSL245.14º50.72%13.53%-
HSV(B)245.14º67.31%20.39%-
XYZ1.110.83.34-
YUV21.89144.99126.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 52 (20.70% from 255) = 58.43%
R=22.47%
G=19.10%
B=58.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2017520.620.6700.80245.1450.7213.53
Hex1411343E43050f533e
Octal2421647610301203656316
Binary1010010001110100111110100001101010000111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141134; }

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

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

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

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

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

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

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

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