#16091A

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

Shades of Blackcurrant #16091A

Tints of Blackcurrant #16091A

Color information

#16091A (or 0x16091A) is unknown color: approx Blackcurrant. HEX triplet: 16, 09 and 1A. RGB value is (22,9,26). Sum of RGB (Red+Green+Blue) = 22+9+26=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #16091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16091A is #E9F6E5. Grayscale: #0E0E0E. Windows color (decimal): -15333094 or 1706262. OLE color: 1706262.

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

Color convert

RGB22926-
CMYK0.150.6500.90
HSL285.88º48.57%6.86%-
HSV(B)285.88º65.38%10.2%-
XYZ0.620.441.03-
YUV14.82134.31133.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 38.60%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=38.60%
G=15.79%
B=45.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal229260.150.6500.90285.8848.576.86
Hex1691AF4105A11e317
Octal261132171010132436617
Binary101101001110101111100000101011010100011110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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