#161238

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

Shades of Jaguar #161238

Tints of Jaguar #161238

Color information

#161238 (or 0x161238) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 38. RGB value is (22,18,56). Sum of RGB (Red+Green+Blue) = 22+18+56=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #161238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161238 is #E9EDC7. Grayscale: #171717. Windows color (decimal): -15330760 or 3674646. OLE color: 3674646.

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

Color convert

RGB221856-
CMYK0.610.6800.78
HSL246.32º51.35%14.51%-
HSV(B)246.32º67.86%21.96%-
XYZ1.260.893.85-
YUV23.53146.33126.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.92%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 56 (22.27% from 255) = 58.33%
R=22.92%
G=18.75%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2218560.610.6800.78246.3251.3514.51
Hex1612383D4404Ef633f
Octal2622707510401163666317
Binary1011010010111000111101100010001001110111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161238; }

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

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

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

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

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

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

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

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