#14121B

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

Shades of Jaguar #14121B

Tints of Jaguar #14121B

Color information

#14121B (or 0x14121B) is unknown color: approx Jaguar. HEX triplet: 14, 12 and 1B. RGB value is (20,18,27). Sum of RGB (Red+Green+Blue) = 20+18+27=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #14121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121B is #EBEDE4. Grayscale: #131313. Windows color (decimal): -15461861 or 1774100. OLE color: 1774100.

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

Color convert

RGB201827-
CMYK0.260.3300.89
HSL253.33º20%8.82%-
HSV(B)253.33º33.33%10.59%-
XYZ0.70.661.13-
YUV19.62132.16128.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=30.77%
G=27.69%
B=41.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2018270.260.3300.89253.33208.82
Hex14121B1A21059fd149
Octal242233324101313752411
Binary101001001011011110101000010101100111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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