#160F1A

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

Shades of Blackcurrant #160F1A

Tints of Blackcurrant #160F1A

Color information

#160F1A (or 0x160F1A) is unknown color: approx Blackcurrant. HEX triplet: 16, 0F and 1A. RGB value is (22,15,26). Sum of RGB (Red+Green+Blue) = 22+15+26=63 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.92% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #160F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160F1A is #E9F0E5. Grayscale: #121212. Windows color (decimal): -15331558 or 1707798. OLE color: 1707798.

HSL color Cylindrical-coordinate representation of color #160F1A: hue angle of 278.18º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #160F1A is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB221526-
CMYK0.150.4200.90
HSL278.18º26.83%8.04%-
HSV(B)278.18º42.31%10.2%-
XYZ0.690.591.05-
YUV18.35132.32130.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.92%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=34.92%
G=23.81%
B=41.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2215260.150.4200.90278.1826.838.04
Hex16F1AF2A05A1161b8
Octal261732175201324263310
Binary10110111111010111110101001011010100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160F1A; }

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

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

<style>
 a { background-color: #160F1A; }

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

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

<style>
 span { border-color: #160F1A; }

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

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