#19161D

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

Shades of Blackcurrant #19161D

Tints of Blackcurrant #19161D

Color information

#19161D (or 0x19161D) is unknown color: approx Blackcurrant. HEX triplet: 19, 16 and 1D. RGB value is (25,22,29). Sum of RGB (Red+Green+Blue) = 25+22+29=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #19161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161D is #E6E9E2. Grayscale: #171717. Windows color (decimal): -15133155 or 1906201. OLE color: 1906201.

HSL color Cylindrical-coordinate representation of color #19161D: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #19161D is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB252229-
CMYK0.140.2400.89
HSL265.71º13.73%10%-
HSV(B)265.71º24.14%11.37%-
XYZ0.910.871.28-
YUV23.7130.99128.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=32.89%
G=28.95%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2522290.140.2400.89265.7113.7310
Hex19161DE1805910aea
Octal312635163001314121612
Binary1100110110111011110110000101100110000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19161D; }

 p { color: rgb(25,22,29); }

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

<style>
 a { background-color: #19161D; }

 a { background-color: rgb(25,22,29); }

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

<style>
 span { border-color: #19161D; }

 span { border-color: rgb(25,22,29); }

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