#19081D

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

Shades of Blackcurrant #19081D

Tints of Blackcurrant #19081D

Color information

#19081D (or 0x19081D) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 1D. RGB value is (25,8,29). Sum of RGB (Red+Green+Blue) = 25+8+29=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #19081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081D is #E6F7E2. Grayscale: #0F0F0F. Windows color (decimal): -15136739 or 1902617. OLE color: 1902617.

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

Color convert

RGB25829-
CMYK0.140.7200.89
HSL288.57º56.76%7.25%-
HSV(B)288.57º72.41%11.37%-
XYZ0.710.471.22-
YUV15.48135.63134.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=40.32%
G=12.90%
B=46.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal258290.140.7200.89288.5756.767.25
Hex1981DE48059121397
Octal311035161100131441717
Binary110011000111011110100100001011001100100001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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