#161237

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

Shades of Jaguar #161237

Tints of Jaguar #161237

Color information

#161237 (or 0x161237) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 37. RGB value is (22,18,55). Sum of RGB (Red+Green+Blue) = 22+18+55=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #161237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161237 is #E9EDC8. Grayscale: #171717. Windows color (decimal): -15330761 or 3609110. OLE color: 3609110.

HSL color Cylindrical-coordinate representation of color #161237: hue angle of 246.49º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #161237 is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB221855-
CMYK0.60.6700.78
HSL246.49º50.68%14.31%-
HSV(B)246.49º67.27%21.57%-
XYZ1.240.883.72-
YUV23.41145.83126.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.16%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=23.16%
G=18.95%
B=57.89%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2218550.60.6700.78246.4950.6814.31
Hex1612373C4304Ef633e
Octal2622677410301163666316
Binary1011010010110111111100100001101001110111101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161237; }

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

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

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

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

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

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

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

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