#16101F

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

Shades of Blackcurrant #16101F

Tints of Blackcurrant #16101F

Color information

#16101F (or 0x16101F) is unknown color: approx Blackcurrant. HEX triplet: 16, 10 and 1F. RGB value is (22,16,31). Sum of RGB (Red+Green+Blue) = 22+16+31=69 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.88% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #16101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16101F is #E9EFE0. Grayscale: #131313. Windows color (decimal): -15331297 or 2035734. OLE color: 2035734.

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

Color convert

RGB221631-
CMYK0.290.4800.88
HSL264º31.91%9.22%-
HSV(B)264º48.39%12.16%-
XYZ0.760.641.38-
YUV19.5134.49129.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 31.88%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=31.88%
G=23.19%
B=44.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2216310.290.4800.8826431.919.22
Hex16101F1D30058108209
Octal262037356001304104011
Binary10110100001111111101110000010110001000010001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16101F; }

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

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

<style>
 a { background-color: #16101F; }

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

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

<style>
 span { border-color: #16101F; }

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

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