#160825

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

Shades of Blackcurrant #160825

Tints of Blackcurrant #160825

Color information

#160825 (or 0x160825) is unknown color: approx Blackcurrant. HEX triplet: 16, 08 and 25. RGB value is (22,8,37). Sum of RGB (Red+Green+Blue) = 22+8+37=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #160825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160825 is #E9F7DA. Grayscale: #0F0F0F. Windows color (decimal): -15333339 or 2426902. OLE color: 2426902.

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

Color convert

RGB22837-
CMYK0.410.7800.85
HSL268.97º64.44%8.82%-
HSV(B)268.97º78.38%14.51%-
XYZ0.750.481.8-
YUV15.49140.14132.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=32.84%
G=11.94%
B=55.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal228370.410.7800.85268.9764.448.82
Hex16825294E05510d409
Octal26104551116012541510011
Binary10110100010010110100110011100101010110000110110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160825; }

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

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

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

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

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

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

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

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