#19181A

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

Shades of Blackcurrant #19181A

Tints of Blackcurrant #19181A

Color information

#19181A (or 0x19181A) is unknown color: approx Blackcurrant. HEX triplet: 19, 18 and 1A. RGB value is (25,24,26). Sum of RGB (Red+Green+Blue) = 25+24+26=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 26 - color contains mainly: blue. Hex color #19181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181A is #E6E7E5. Grayscale: #181818. Windows color (decimal): -15132646 or 1710105. OLE color: 1710105.

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

Color convert

RGB252426-
CMYK0.040.0800.90
HSL270º4%9.8%-
HSV(B)270º7.69%10.2%-
XYZ0.910.931.11-
YUV24.53128.83128.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=33.33%
G=32%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2524260.040.0800.9027049.8
Hex19181A4805A10e4a
Octal3130324100132416412
Binary1100111000110101001000010110101000011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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