#150E19

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

Shades of Blackcurrant #150E19

Tints of Blackcurrant #150E19

Color information

#150E19 (or 0x150E19) is unknown color: approx Blackcurrant. HEX triplet: 15, 0E and 19. RGB value is (21,14,25). Sum of RGB (Red+Green+Blue) = 21+14+25=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #150E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E19 is #EAF1E6. Grayscale: #111111. Windows color (decimal): -15397351 or 1642005. OLE color: 1642005.

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

Color convert

RGB211425-
CMYK0.160.4400.90
HSL278.18º28.21%7.65%-
HSV(B)278.18º44%9.8%-
XYZ0.640.540.99-
YUV17.35132.32130.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=35%
G=23.33%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2114250.160.4400.90278.1828.217.65
Hex15E19102C05A1161c8
Octal251631205401324263410
Binary101011110110011000010110001011010100010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E19; }

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

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

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

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

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

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

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

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