#14111F

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

Shades of Jaguar #14111F

Tints of Jaguar #14111F

Color information

#14111F (or 0x14111F) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 1F. RGB value is (20,17,31). Sum of RGB (Red+Green+Blue) = 20+17+31=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #14111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14111F is #EBEEE0. Grayscale: #131313. Windows color (decimal): -15462113 or 2035988. OLE color: 2035988.

HSL color Cylindrical-coordinate representation of color #14111F: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #14111F is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB201731-
CMYK0.350.4500.88
HSL252.86º29.17%9.41%-
HSV(B)252.86º45.16%12.16%-
XYZ0.740.651.38-
YUV19.49134.49128.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=29.41%
G=25%
B=45.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2017310.350.4500.88252.8629.179.41
Hex14111F232D058fd1d9
Octal242137435501303753511
Binary1010010001111111000111011010101100011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14111F; }

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

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

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

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

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

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

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

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