#14112C

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

Shades of Jaguar #14112C

Tints of Jaguar #14112C

Color information

#14112C (or 0x14112C) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 2C. RGB value is (20,17,44). Sum of RGB (Red+Green+Blue) = 20+17+44=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #14112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112C is #EBEED3. Grayscale: #141414. Windows color (decimal): -15462100 or 2887956. OLE color: 2887956.

HSL color Cylindrical-coordinate representation of color #14112C: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14112C is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB201744-
CMYK0.550.6100.83
HSL246.67º44.26%11.96%-
HSV(B)246.67º61.36%17.25%-
XYZ0.940.732.47-
YUV20.98140.99127.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=24.69%
G=20.99%
B=54.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2017440.550.6100.83246.6744.2611.96
Hex14112C373D053f72cc
Octal242154677501233675414
Binary101001000110110011011111110101010011111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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