#19101D

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

Shades of Blackcurrant #19101D

Tints of Blackcurrant #19101D

Color information

#19101D (or 0x19101D) is unknown color: approx Blackcurrant. HEX triplet: 19, 10 and 1D. RGB value is (25,16,29). Sum of RGB (Red+Green+Blue) = 25+16+29=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #19101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101D is #E6EFE2. Grayscale: #141414. Windows color (decimal): -15134691 or 1904665. OLE color: 1904665.

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

Color convert

RGB251629-
CMYK0.140.4500.89
HSL281.54º28.89%8.82%-
HSV(B)281.54º44.83%11.37%-
XYZ0.810.671.25-
YUV20.17132.98131.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 29 (11.72% from 255) = 41.43%
R=35.71%
G=22.86%
B=41.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2516290.140.4500.89281.5428.898.82
Hex19101DE2D05911a1d9
Octal312035165501314323511
Binary110011000011101111010110101011001100011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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