#160E1F

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

Shades of Blackcurrant #160E1F

Tints of Blackcurrant #160E1F

Color information

#160E1F (or 0x160E1F) is unknown color: approx Blackcurrant. HEX triplet: 16, 0E and 1F. RGB value is (22,14,31). Sum of RGB (Red+Green+Blue) = 22+14+31=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #160E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E1F is #E9F1E0. Grayscale: #121212. Windows color (decimal): -15331809 or 2035222. OLE color: 2035222.

HSL color Cylindrical-coordinate representation of color #160E1F: hue angle of 268.24º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #160E1F is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB221431-
CMYK0.290.5500.88
HSL268.24º37.78%8.82%-
HSV(B)268.24º54.84%12.16%-
XYZ0.740.581.37-
YUV18.33135.15130.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.84%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=32.84%
G=20.90%
B=46.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2214310.290.5500.88268.2437.788.82
Hex16E1F1D3705810c269
Octal261637356701304144611
Binary1011011101111111101110111010110001000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,14,31); }

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

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

 a { background-color: rgb(22,14,31); }

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

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

 span { border-color: rgb(22,14,31); }

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