#16122B

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

Shades of Jaguar #16122B

Tints of Jaguar #16122B

Color information

#16122B (or 0x16122B) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 2B. RGB value is (22,18,43). Sum of RGB (Red+Green+Blue) = 22+18+43=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #16122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16122B is #E9EDD4. Grayscale: #151515. Windows color (decimal): -15330773 or 2822678. OLE color: 2822678.

HSL color Cylindrical-coordinate representation of color #16122B: hue angle of 249.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16122B is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB221843-
CMYK0.490.5800.83
HSL249.6º40.98%11.96%-
HSV(B)249.6º58.14%16.86%-
XYZ0.980.782.38-
YUV22.05139.83127.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.51%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=26.51%
G=21.69%
B=51.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2218430.490.5800.83249.640.9811.96
Hex16122B313A053fa29c
Octal262253617201233725114
Binary101101001010101111000111101001010011111110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,18,43); }

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

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

 a { background-color: rgb(22,18,43); }

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

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

 span { border-color: rgb(22,18,43); }

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