#141128

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

Shades of Jaguar #141128

Tints of Jaguar #141128

Color information

#141128 (or 0x141128) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 28. RGB value is (20,17,40). Sum of RGB (Red+Green+Blue) = 20+17+40=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #141128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141128 is #EBEED7. Grayscale: #141414. Windows color (decimal): -15462104 or 2625812. OLE color: 2625812.

HSL color Cylindrical-coordinate representation of color #141128: hue angle of 247.83º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141128 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201740-
CMYK0.50.5700.84
HSL247.83º40.35%11.18%-
HSV(B)247.83º57.5%15.69%-
XYZ0.870.72.1-
YUV20.52138.99127.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=25.97%
G=22.08%
B=51.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2017400.50.5700.84247.8340.3511.18
Hex1411283239054f828b
Octal242150627101243705013
Binary101001000110100011001011100101010100111110001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141128; }

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

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

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

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

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

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

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

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