#181519

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

Shades of Blackcurrant #181519

Tints of Blackcurrant #181519

Color information

#181519 (or 0x181519) is unknown color: approx Blackcurrant. HEX triplet: 18, 15 and 19. RGB value is (24,21,25). Sum of RGB (Red+Green+Blue) = 24+21+25=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 25 - color contains mainly: blue. Hex color #181519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181519 is #E7EAE6. Grayscale: #161616. Windows color (decimal): -15198951 or 1643800. OLE color: 1643800.

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

Color convert

RGB242125-
CMYK0.040.1600.90
HSL285º8.7%9.02%-
HSV(B)285º16%9.8%-
XYZ0.820.81.03-
YUV22.35129.49129.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=34.29%
G=30%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2421250.040.1600.902858.79.02
Hex18151941005A11d99
Octal30253142001324351111
Binary110001010111001100100000101101010001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181519; }

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

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

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

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

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

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

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

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