#19101E

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

Shades of Blackcurrant #19101E

Tints of Blackcurrant #19101E

Color information

#19101E (or 0x19101E) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 1E. RGB value is (25,16,30). Sum of RGB (Red+Green+Blue) = 25+16+30=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #19101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101E is #E6EFE1. Grayscale: #141414. Windows color (decimal): -15134690 or 1970201. OLE color: 1970201.

HSL color Cylindrical-coordinate representation of color #19101E: hue angle of 278.57º 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 #19101E is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB251630-
CMYK0.170.4700.88
HSL278.57º30.43%9.02%-
HSV(B)278.57º46.67%11.76%-
XYZ0.820.671.31-
YUV20.29133.48131.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=35.21%
G=22.54%
B=42.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2516300.170.4700.88278.5730.439.02
Hex19101E112F0581171e9
Octal312036215701304273611
Binary1100110000111101000110111101011000100010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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