#16141D

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

Shades of Jaguar #16141D

Tints of Jaguar #16141D

Color information

#16141D (or 0x16141D) is unknown color: approx Jaguar. HEX triplet: 16, 14 and 1D. RGB value is (22,20,29). Sum of RGB (Red+Green+Blue) = 22+20+29=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #16141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16141D is #E9EBE2. Grayscale: #151515. Windows color (decimal): -15330275 or 1905686. OLE color: 1905686.

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

Color convert

RGB222029-
CMYK0.240.3100.89
HSL253.33º18.37%9.61%-
HSV(B)253.33º31.03%11.37%-
XYZ0.80.761.27-
YUV21.62132.16128.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 29 (11.72% from 255) = 40.85%
R=30.99%
G=28.17%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2220290.240.3100.89253.3318.379.61
Hex16141D181F059fd12a
Octal262435303701313752212
Binary10110101001110111000111110101100111111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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