#14121D

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

Shades of Jaguar #14121D

Tints of Jaguar #14121D

Color information

#14121D (or 0x14121D) is unknown color: approx Jaguar. HEX triplet: 14, 12 and 1D. RGB value is (20,18,29). Sum of RGB (Red+Green+Blue) = 20+18+29=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #14121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121D is #EBEDE2. Grayscale: #131313. Windows color (decimal): -15461859 or 1905172. OLE color: 1905172.

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

Color convert

RGB201829-
CMYK0.310.3800.89
HSL250.91º23.4%9.22%-
HSV(B)250.91º37.93%11.37%-
XYZ0.730.671.25-
YUV19.85133.16128.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=29.85%
G=26.87%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2018290.310.3800.89250.9123.49.22
Hex14121D1F26059fb179
Octal242235374601313732711
Binary101001001011101111111001100101100111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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