#16101E

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

Shades of Blackcurrant #16101E

Tints of Blackcurrant #16101E

Color information

#16101E (or 0x16101E) is unknown color: approx Blackcurrant. HEX triplet: 16, 10 and 1E. RGB value is (22,16,30). Sum of RGB (Red+Green+Blue) = 22+16+30=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #16101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16101E is #E9EFE1. Grayscale: #131313. Windows color (decimal): -15331298 or 1970198. OLE color: 1970198.

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

Color convert

RGB221630-
CMYK0.270.4700.88
HSL265.71º30.43%9.02%-
HSV(B)265.71º46.67%11.76%-
XYZ0.750.631.31-
YUV19.39133.99129.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=32.35%
G=23.53%
B=44.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2216300.270.4700.88265.7130.439.02
Hex16101E1B2F05810a1e9
Octal262036335701304123611
Binary1011010000111101101110111101011000100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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