#141132

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

Shades of Jaguar #141132

Tints of Jaguar #141132

Color information

#141132 (or 0x141132) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 32. RGB value is (20,17,50). Sum of RGB (Red+Green+Blue) = 20+17+50=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #141132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141132 is #EBEECD. Grayscale: #151515. Windows color (decimal): -15462094 or 3281172. OLE color: 3281172.

HSL color Cylindrical-coordinate representation of color #141132: hue angle of 245.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #141132 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB201750-
CMYK0.600.6600.80
HSL245.45º49.25%13.14%-
HSV(B)245.45º66%19.61%-
XYZ1.060.783.11-
YUV21.66143.99126.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 50 (19.92% from 255) = 57.47%
R=22.99%
G=19.54%
B=57.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2017500.600.6600.80245.4549.2513.14
Hex1411323C42050f531d
Octal2421627410201203656115
Binary1010010001110010111100100001001010000111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141132; }

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

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

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

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

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

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

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

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