#14112F

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

Shades of Jaguar #14112F

Tints of Jaguar #14112F

Color information

#14112F (or 0x14112F) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 2F. RGB value is (20,17,47). Sum of RGB (Red+Green+Blue) = 20+17+47=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #14112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112F is #EBEED0. Grayscale: #151515. Windows color (decimal): -15462097 or 3084564. OLE color: 3084564.

HSL color Cylindrical-coordinate representation of color #14112F: hue angle of 246º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14112F is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB201747-
CMYK0.570.6400.82
HSL246º46.87%12.55%-
HSV(B)246º63.83%18.43%-
XYZ10.752.78-
YUV21.32142.49127.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=23.81%
G=20.24%
B=55.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2017470.570.6400.8224646.8712.55
Hex14112F3940052f62fd
Octal2421577110001223665715
Binary1010010001101111111001100000001010010111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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