#16001A

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

Shades of Blackcurrant #16001A

Tints of Blackcurrant #16001A

Color information

#16001A (or 0x16001A) is unknown color: approx Blackcurrant. HEX triplet: 16, 00 and 1A. RGB value is (22,0,26). Sum of RGB (Red+Green+Blue) = 22+0+26=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #16001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16001A is #E9FFE5. Grayscale: #090909. Windows color (decimal): -15335398 or 1703958. OLE color: 1703958.

HSL color Cylindrical-coordinate representation of color #16001A: hue angle of 290.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16001A is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB22026-
CMYK0.15100.90
HSL290.77º100%5.1%-
HSV(B)290.77º100%10.2%-
XYZ0.520.251-
YUV9.54137.29136.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal220260.15100.90290.771005.1
Hex1601AF6405A123645
Octal260321714401324431445
Binary1011001101011111100100010110101001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16001A; }

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

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

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

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

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

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

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

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