#14121C

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

Shades of Jaguar #14121C

Tints of Jaguar #14121C

Color information

#14121C (or 0x14121C) is unknown color: approx Jaguar. HEX triplet: 14, 12 and 1C. RGB value is (20,18,28). Sum of RGB (Red+Green+Blue) = 20+18+28=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #14121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121C is #EBEDE3. Grayscale: #131313. Windows color (decimal): -15461860 or 1839636. OLE color: 1839636.

HSL color Cylindrical-coordinate representation of color #14121C: hue angle of 252º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #14121C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB201828-
CMYK0.290.3600.89
HSL252º21.74%9.02%-
HSV(B)252º35.71%10.98%-
XYZ0.710.671.19-
YUV19.74132.66128.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=30.30%
G=27.27%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2018280.290.3600.8925221.749.02
Hex14121C1D24059fc169
Octal242234354401313742611
Binary101001001011100111011001000101100111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,18,28); }

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

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

 a { background-color: rgb(20,18,28); }

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

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

 span { border-color: rgb(20,18,28); }

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