#161225

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

Shades of Jaguar #161225

Tints of Jaguar #161225

Color information

#161225 (or 0x161225) is unknown color: approx Jaguar. HEX triplet: 16, 12 and 25. RGB value is (22,18,37). Sum of RGB (Red+Green+Blue) = 22+18+37=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #161225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161225 is #E9EDDA. Grayscale: #151515. Windows color (decimal): -15330779 or 2429462. OLE color: 2429462.

HSL color Cylindrical-coordinate representation of color #161225: hue angle of 252.63º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #161225 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB221837-
CMYK0.410.5100.85
HSL252.63º34.55%10.78%-
HSV(B)252.63º51.35%14.51%-
XYZ0.880.741.85-
YUV21.36136.83128.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=28.57%
G=23.38%
B=48.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2218370.410.5100.85252.6334.5510.78
Hex1612252933055fd23b
Octal262245516301253754313
Binary101101001010010110100111001101010101111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161225; }

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

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

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

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

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

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

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

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