#181719

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

Shades of Blackcurrant #181719

Tints of Blackcurrant #181719

Color information

#181719 (or 0x181719) is unknown color: approx Blackcurrant. HEX triplet: 18, 17 and 19. RGB value is (24,23,25). Sum of RGB (Red+Green+Blue) = 24+23+25=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 25 - color contains mainly: blue. Hex color #181719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181719 is #E7E8E6. Grayscale: #171717. Windows color (decimal): -15198439 or 1644312. OLE color: 1644312.

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

Color convert

RGB242325-
CMYK0.040.0800.90
HSL270º4.17%9.41%-
HSV(B)270º8%9.8%-
XYZ0.860.881.04-
YUV23.53128.83128.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=33.33%
G=31.94%
B=34.72%

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
Decimal2423250.040.0800.902704.179.41
Hex1817194805A10e49
Octal3027314100132416411
Binary1100010111110011001000010110101000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181719; }

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

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

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

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

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

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

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

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