#14112E

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

Shades of Jaguar #14112E

Tints of Jaguar #14112E

Color information

#14112E (or 0x14112E) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 2E. RGB value is (20,17,46). Sum of RGB (Red+Green+Blue) = 20+17+46=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #14112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112E is #EBEED1. Grayscale: #151515. Windows color (decimal): -15462098 or 3019028. OLE color: 3019028.

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

Color convert

RGB201746-
CMYK0.570.6300.82
HSL246.21º46.03%12.35%-
HSV(B)246.21º63.04%18.04%-
XYZ0.980.752.68-
YUV21.2141.99127.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 17 (7.03% from 255) = 20.48%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=24.10%
G=20.48%
B=55.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2017460.570.6300.82246.2146.0312.35
Hex14112E393F052f62ec
Octal242156717701223665614
Binary101001000110111011100111111101010010111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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