#141133

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

Shades of Jaguar #141133

Tints of Jaguar #141133

Color information

#141133 (or 0x141133) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 33. RGB value is (20,17,51). Sum of RGB (Red+Green+Blue) = 20+17+51=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #141133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141133 is #EBEECC. Grayscale: #151515. Windows color (decimal): -15462093 or 3346708. OLE color: 3346708.

HSL color Cylindrical-coordinate representation of color #141133: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141133 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB201751-
CMYK0.610.6700.8
HSL245.29º50%13.33%-
HSV(B)245.29º66.67%20%-
XYZ1.090.793.23-
YUV21.77144.49126.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 51 (20.31% from 255) = 57.95%
R=22.73%
G=19.32%
B=57.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2017510.610.6700.8245.295013.33
Hex1411333D43050f532d
Octal2421637510301203656215
Binary1010010001110011111101100001101010000111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141133; }

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

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

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

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

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

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

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

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