#16011B

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

Shades of Blackcurrant #16011B

Tints of Blackcurrant #16011B

Color information

#16011B (or 0x16011B) is unknown color: approx Blackcurrant. HEX triplet: 16, 01 and 1B. RGB value is (22,1,27). Sum of RGB (Red+Green+Blue) = 22+1+27=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #16011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011B is #E9FEE4. Grayscale: #0A0A0A. Windows color (decimal): -15335141 or 1769750. OLE color: 1769750.

HSL color Cylindrical-coordinate representation of color #16011B: hue angle of 288.46º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16011B is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22127-
CMYK0.190.9600.89
HSL288.46º92.86%5.49%-
HSV(B)288.46º96.3%10.59%-
XYZ0.540.271.06-
YUV10.24137.46136.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 27 (10.94% from 255) = 54%
R=44%
G=2%
B=54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal221270.190.9600.89288.4692.865.49
Hex1611B13600591205d5
Octal261332314001314401355
Binary10110111011100111100000010110011001000001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16011B; }

 p { color: rgb(22,1,27); }

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

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

 a { background-color: rgb(22,1,27); }

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

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

 span { border-color: rgb(22,1,27); }

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