#14121A

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

Shades of Jaguar #14121A

Tints of Jaguar #14121A

Color information

#14121A (or 0x14121A) is unknown color: approx Jaguar. HEX triplet: 14, 12 and 1A. RGB value is (20,18,26). Sum of RGB (Red+Green+Blue) = 20+18+26=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #14121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121A is #EBEDE5. Grayscale: #131313. Windows color (decimal): -15461862 or 1708564. OLE color: 1708564.

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

Color convert

RGB201826-
CMYK0.230.3100.90
HSL255º18.18%8.63%-
HSV(B)255º30.77%10.2%-
XYZ0.690.661.07-
YUV19.51131.66128.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=31.25%
G=28.12%
B=40.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2018260.230.3100.9025518.188.63
Hex14121A171F05Aff129
Octal242232273701323772211
Binary10100100101101010111111110101101011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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