#19151A

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

Shades of Blackcurrant #19151A

Tints of Blackcurrant #19151A

Color information

#19151A (or 0x19151A) is unknown color: approx Blackcurrant. HEX triplet: 19, 15 and 1A. RGB value is (25,21,26). Sum of RGB (Red+Green+Blue) = 25+21+26=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 26 - color contains mainly: blue. Hex color #19151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151A is #E6EAE5. Grayscale: #161616. Windows color (decimal): -15133414 or 1709337. OLE color: 1709337.

HSL color Cylindrical-coordinate representation of color #19151A: hue angle of 288º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #19151A is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB252126-
CMYK0.040.1900.90
HSL288º10.64%9.22%-
HSV(B)288º19.23%10.2%-
XYZ0.860.821.09-
YUV22.77129.83129.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.72%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=34.72%
G=29.17%
B=36.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521260.040.1900.9028810.649.22
Hex19151A41305A120b9
Octal31253242301324401311
Binary110011010111010100100110101101010010000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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