#150219

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

Shades of Blackcurrant #150219

Tints of Blackcurrant #150219

Color information

#150219 (or 0x150219) is unknown color: approx Blackcurrant. HEX triplet: 15, 02 and 19. RGB value is (21,2,25). Sum of RGB (Red+Green+Blue) = 21+2+25=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #150219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150219 is #EAFDE6. Grayscale: #0A0A0A. Windows color (decimal): -15400423 or 1638933. OLE color: 1638933.

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

Color convert

RGB21225-
CMYK0.160.9200.90
HSL289.57º85.19%5.29%-
HSV(B)289.57º92%9.8%-
XYZ0.510.270.95-
YUV10.3136.29135.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=43.75%
G=4.17%
B=52.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal212250.160.9200.90289.5785.195.29
Hex15219105C05A122555
Octal252312013401324421255
Binary101011011001100001011100010110101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150219; }

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

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

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

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

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

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

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

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