#150518

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

Shades of Blackcurrant #150518

Tints of Blackcurrant #150518

Color information

#150518 (or 0x150518) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 18. RGB value is (21,5,24). Sum of RGB (Red+Green+Blue) = 21+5+24=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #150518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150518 is #EAFAE7. Grayscale: #0B0B0B. Windows color (decimal): -15399656 or 1574165. OLE color: 1574165.

HSL color Cylindrical-coordinate representation of color #150518: hue angle of 290.53º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #150518 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21524-
CMYK0.130.7900.91
HSL290.53º65.52%5.69%-
HSV(B)290.53º79.17%9.41%-
XYZ0.530.330.9-
YUV11.95134.8134.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 24 (9.77% from 255) = 48%
R=42%
G=10%
B=48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal215240.130.7900.91290.5365.525.69
Hex15518D4F05B123426
Octal255301511701334431026
Binary101011011100011011001111010110111001000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150518; }

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

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

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

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

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

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

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

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