#16021E

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

Shades of Blackcurrant #16021E

Tints of Blackcurrant #16021E

Color information

#16021E (or 0x16021E) is unknown color: approx Blackcurrant. HEX triplet: 16, 02 and 1E. RGB value is (22,2,30). Sum of RGB (Red+Green+Blue) = 22+2+30=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #16021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16021E is #E9FDE1. Grayscale: #0B0B0B. Windows color (decimal): -15334882 or 1966614. OLE color: 1966614.

HSL color Cylindrical-coordinate representation of color #16021E: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16021E is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB22230-
CMYK0.270.9300.88
HSL282.86º87.5%6.27%-
HSV(B)282.86º93.33%11.76%-
XYZ0.590.311.26-
YUV11.17138.63135.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=40.74%
G=3.70%
B=55.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal222300.270.9300.88282.8687.56.27
Hex1621E1B5D05811b586
Octal262363313501304331306
Binary101101011110110111011101010110001000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16021E; }

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

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

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

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

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

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

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

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