#19151D

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

Shades of Blackcurrant #19151D

Tints of Blackcurrant #19151D

Color information

#19151D (or 0x19151D) is unknown color: approx Blackcurrant. HEX triplet: 19, 15 and 1D. RGB value is (25,21,29). Sum of RGB (Red+Green+Blue) = 25+21+29=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #19151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151D is #E6EAE2. Grayscale: #171717. Windows color (decimal): -15133411 or 1905945. OLE color: 1905945.

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

Color convert

RGB252129-
CMYK0.140.2800.89
HSL270º16%9.8%-
HSV(B)270º27.59%11.37%-
XYZ0.890.831.28-
YUV23.11131.33129.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=33.33%
G=28%
B=38.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2521290.140.2800.89270169.8
Hex19151DE1C05910e10a
Octal312535163401314162012
Binary11001101011110111101110001011001100001110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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