#150119

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

Shades of Blackcurrant #150119

Tints of Blackcurrant #150119

Color information

#150119 (or 0x150119) is unknown color: approx Blackcurrant. HEX triplet: 15, 01 and 19. RGB value is (21,1,25). Sum of RGB (Red+Green+Blue) = 21+1+25=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #150119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150119 is #EAFEE6. Grayscale: #090909. Windows color (decimal): -15400679 or 1638677. OLE color: 1638677.

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

Color convert

RGB21125-
CMYK0.160.9600.90
HSL290º92.31%5.1%-
HSV(B)290º96%9.8%-
XYZ0.50.250.94-
YUV9.72136.63136.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=44.68%
G=2.13%
B=53.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal211250.160.9600.9029092.315.1
Hex15119106005A1225c5
Octal251312014001324421345
Binary10101111001100001100000010110101001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150119; }

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

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

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

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

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

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

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

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