#141138

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

Shades of Jaguar #141138

Tints of Jaguar #141138

Color information

#141138 (or 0x141138) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 38. RGB value is (20,17,56). Sum of RGB (Red+Green+Blue) = 20+17+56=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #141138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141138 is #EBEEC7. Grayscale: #161616. Windows color (decimal): -15462088 or 3674388. OLE color: 3674388.

HSL color Cylindrical-coordinate representation of color #141138: hue angle of 244.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141138 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB201756-
CMYK0.640.7000.78
HSL244.62º53.42%14.31%-
HSV(B)244.62º69.64%21.96%-
XYZ1.20.843.84-
YUV22.34146.99126.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 56 (22.27% from 255) = 60.22%
R=21.51%
G=18.28%
B=60.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2017560.640.7000.78244.6253.4214.31
Hex141138404604Ef535e
Octal24217010010601163656516
Binary10100100011110001000000100011001001110111101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141138; }

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

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

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

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

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

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

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

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