#16121A

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

Shades of Blackcurrant #16121A

Tints of Blackcurrant #16121A

Color information

#16121A (or 0x16121A) is unknown color: approx Blackcurrant. HEX triplet: 16, 12 and 1A. RGB value is (22,18,26). Sum of RGB (Red+Green+Blue) = 22+18+26=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #16121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16121A is #E9EDE5. Grayscale: #141414. Windows color (decimal): -15330790 or 1708566. OLE color: 1708566.

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

Color convert

RGB221826-
CMYK0.150.3100.90
HSL270º18.18%8.63%-
HSV(B)270º30.77%10.2%-
XYZ0.730.681.07-
YUV20.11131.33129.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=33.33%
G=27.27%
B=39.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2218260.150.3100.9027018.188.63
Hex16121AF1F05A10e129
Octal262232173701324162211
Binary10110100101101011111111101011010100001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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