#161229

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

Shades of Jaguar #161229

Tints of Jaguar #161229

Color information

#161229 (or 0x161229) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 29. RGB value is (22,18,41). Sum of RGB (Red+Green+Blue) = 22+18+41=81 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.16% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #161229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161229 is #E9EDD6. Grayscale: #151515. Windows color (decimal): -15330775 or 2691606. OLE color: 2691606.

HSL color Cylindrical-coordinate representation of color #161229: hue angle of 250.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #161229 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB221841-
CMYK0.460.5600.84
HSL250.43º38.98%11.57%-
HSV(B)250.43º56.1%16.08%-
XYZ0.950.762.2-
YUV21.82138.83128.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 27.16%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 41 (16.41% from 255) = 50.62%
R=27.16%
G=22.22%
B=50.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2218410.460.5600.84250.4338.9811.57
Hex1612292E38054fa27c
Octal262251567001243724714
Binary101101001010100110111011100001010100111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161229; }

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

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

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

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

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

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

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

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