#161230

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

Shades of Jaguar #161230

Tints of Jaguar #161230

Color information

#161230 (or 0x161230) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 30. RGB value is (22,18,48). Sum of RGB (Red+Green+Blue) = 22+18+48=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #161230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161230 is #E9EDCF. Grayscale: #161616. Windows color (decimal): -15330768 or 3150358. OLE color: 3150358.

HSL color Cylindrical-coordinate representation of color #161230: hue angle of 248º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #161230 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB221848-
CMYK0.540.6300.81
HSL248º45.45%12.94%-
HSV(B)248º62.5%18.82%-
XYZ1.080.822.9-
YUV22.62142.33127.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=25%
G=20.45%
B=54.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2218480.540.6300.8124845.4512.94
Hex161230363F051f82dd
Octal262260667701213705515
Binary101101001011000011011011111101010001111110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161230; }

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

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

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

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

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

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

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

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