#16101B

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

Shades of Blackcurrant #16101B

Tints of Blackcurrant #16101B

Color information

#16101B (or 0x16101B) is unknown color: approx Blackcurrant. HEX triplet: 16, 10 and 1B. RGB value is (22,16,27). Sum of RGB (Red+Green+Blue) = 22+16+27=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #16101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16101B is #E9EFE4. Grayscale: #131313. Windows color (decimal): -15331301 or 1773590. OLE color: 1773590.

HSL color Cylindrical-coordinate representation of color #16101B: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16101B is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB221627-
CMYK0.190.4100.89
HSL272.73º25.58%8.43%-
HSV(B)272.73º40.74%10.59%-
XYZ0.710.621.12-
YUV19.05132.49130.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=33.85%
G=24.62%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2216270.190.4100.89272.7325.588.43
Hex16101B13290591111a8
Octal262033235101314213210
Binary1011010000110111001110100101011001100010001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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