#160025

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

Shades of Blackcurrant #160025

Tints of Blackcurrant #160025

Color information

#160025 (or 0x160025) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 25. RGB value is (22,0,37). Sum of RGB (Red+Green+Blue) = 22+0+37=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #160025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160025 is #E9FFDA. Grayscale: #0A0A0A. Windows color (decimal): -15335387 or 2424854. OLE color: 2424854.

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

Color convert

RGB22037-
CMYK0.41100.85
HSL275.68º100%7.25%-
HSV(B)275.68º100%14.51%-
XYZ0.660.31.77-
YUV10.8142.79135.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 62.71%
R=37.29%
G=0%
B=62.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal220370.41100.85275.681007.25
Hex160252964055114647
Octal260455114401254241447
Binary1011001001011010011100100010101011000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160025; }

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

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

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

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

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

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

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

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