#150520

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

Shades of Blackcurrant #150520

Tints of Blackcurrant #150520

Color information

#150520 (or 0x150520) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 20. RGB value is (21,5,32). Sum of RGB (Red+Green+Blue) = 21+5+32=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #150520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150520 is #EAFADF. Grayscale: #0C0C0C. Windows color (decimal): -15399648 or 2098453. OLE color: 2098453.

HSL color Cylindrical-coordinate representation of color #150520: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150520 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB21532-
CMYK0.340.8400.87
HSL275.56º72.97%7.25%-
HSV(B)275.56º84.38%12.55%-
XYZ0.620.371.41-
YUV12.86138.8133.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=36.21%
G=8.62%
B=55.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal215320.340.8400.87275.5672.977.25
Hex155202254057114497
Octal255404212401274241117
Binary101011011000001000101010100010101111000101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150520; }

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

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

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

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

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

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

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

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