#14121E

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

Shades of Jaguar #14121E

Tints of Jaguar #14121E

Color information

#14121E (or 0x14121E) is unknown color: approx Jaguar. HEX triplet: 14, 12 and 1E. RGB value is (20,18,30). Sum of RGB (Red+Green+Blue) = 20+18+30=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #14121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121E is #EBEDE1. Grayscale: #131313. Windows color (decimal): -15461858 or 1970708. OLE color: 1970708.

HSL color Cylindrical-coordinate representation of color #14121E: hue angle of 250º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #14121E is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB201830-
CMYK0.330.4000.88
HSL250º25%9.41%-
HSV(B)250º40%11.76%-
XYZ0.740.681.32-
YUV19.97133.66128.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=29.41%
G=26.47%
B=44.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2018300.330.4000.88250259.41
Hex14121E2128058fa199
Octal242236415001303723111
Binary1010010010111101000011010000101100011111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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