#160421

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

Shades of Blackcurrant #160421

Tints of Blackcurrant #160421

Color information

#160421 (or 0x160421) is unknown color: approx Blackcurrant. HEX triplet: 16, 04 and 21. RGB value is (22,4,33). Sum of RGB (Red+Green+Blue) = 22+4+33=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #160421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160421 is #E9FBDE. Grayscale: #0C0C0C. Windows color (decimal): -15334367 or 2163734. OLE color: 2163734.

HSL color Cylindrical-coordinate representation of color #160421: hue angle of 277.24º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160421 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB22433-
CMYK0.330.8800.87
HSL277.24º78.38%7.25%-
HSV(B)277.24º87.88%12.94%-
XYZ0.650.371.48-
YUV12.69139.46134.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=37.29%
G=6.78%
B=55.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal224330.330.8800.87277.2478.387.25
Hex1642121580571154e7
Octal264414113001274251167
Binary101101001000011000011011000010101111000101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160421; }

 p { color: rgb(22,4,33); }

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

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

 a { background-color: rgb(22,4,33); }

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

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

 span { border-color: rgb(22,4,33); }

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