#141124

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

Shades of Jaguar #141124

Tints of Jaguar #141124

Color information

#141124 (or 0x141124) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 24. RGB value is (20,17,36). Sum of RGB (Red+Green+Blue) = 20+17+36=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #141124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141124 is #EBEEDB. Grayscale: #131313. Windows color (decimal): -15462108 or 2363668. OLE color: 2363668.

HSL color Cylindrical-coordinate representation of color #141124: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141124 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB201736-
CMYK0.440.5300.86
HSL249.47º35.85%10.39%-
HSV(B)249.47º52.78%14.12%-
XYZ0.810.681.76-
YUV20.06136.99127.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=27.40%
G=23.29%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2017360.440.5300.86249.4735.8510.39
Hex1411242C35056f924a
Octal242144546501263714412
Binary101001000110010010110011010101010110111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141124; }

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

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

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

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

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

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

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

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