#141126

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

Shades of Jaguar #141126

Tints of Jaguar #141126

Color information

#141126 (or 0x141126) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 26. RGB value is (20,17,38). Sum of RGB (Red+Green+Blue) = 20+17+38=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #141126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141126 is #EBEED9. Grayscale: #141414. Windows color (decimal): -15462106 or 2494740. OLE color: 2494740.

HSL color Cylindrical-coordinate representation of color #141126: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141126 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201738-
CMYK0.470.5500.85
HSL248.57º38.18%10.78%-
HSV(B)248.57º55.26%14.9%-
XYZ0.840.691.92-
YUV20.29137.99127.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=26.67%
G=22.67%
B=50.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2017380.470.5500.85248.5738.1810.78
Hex1411262F37055f926b
Octal242146576701253714613
Binary101001000110011010111111011101010101111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141126; }

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

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

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

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

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

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

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

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