#16122A

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

Shades of Jaguar #16122A

Tints of Jaguar #16122A

Color information

#16122A (or 0x16122A) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 2A. RGB value is (22,18,42). Sum of RGB (Red+Green+Blue) = 22+18+42=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #16122A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16122A is #E9EDD5. Grayscale: #151515. Windows color (decimal): -15330774 or 2757142. OLE color: 2757142.

HSL color Cylindrical-coordinate representation of color #16122A: hue angle of 250º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #16122A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB221842-
CMYK0.480.5700.84
HSL250º40%11.76%-
HSV(B)250º57.14%16.47%-
XYZ0.970.772.29-
YUV21.93139.33128.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 26.83%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=26.83%
G=21.95%
B=51.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2218420.480.5700.842504011.76
Hex16122A3039054fa28c
Octal262252607101243725014
Binary101101001010101011000011100101010100111110101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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