#160225

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

Shades of Blackcurrant #160225

Tints of Blackcurrant #160225

Color information

#160225 (or 0x160225) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 25. RGB value is (22,2,37). Sum of RGB (Red+Green+Blue) = 22+2+37=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #160225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160225 is #E9FDDA. Grayscale: #0B0B0B. Windows color (decimal): -15334875 or 2425366. OLE color: 2425366.

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

Color convert

RGB22237-
CMYK0.410.9500.85
HSL274.29º89.74%7.65%-
HSV(B)274.29º94.59%14.51%-
XYZ0.690.351.78-
YUV11.97142.13135.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=36.07%
G=3.28%
B=60.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal222370.410.9500.85274.2989.747.65
Hex16225295F0551125a8
Octal2624551137012542213210
Binary101101010010110100110111110101010110001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160225; }

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

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

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

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

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

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

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

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