#150521

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

Shades of Blackcurrant #150521

Tints of Blackcurrant #150521

Color information

#150521 (or 0x150521) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 21. RGB value is (21,5,33). Sum of RGB (Red+Green+Blue) = 21+5+33=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #150521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150521 is #EAFADE. Grayscale: #0C0C0C. Windows color (decimal): -15399647 or 2163989. OLE color: 2163989.

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

Color convert

RGB21533-
CMYK0.360.8500.87
HSL274.29º73.68%7.45%-
HSV(B)274.29º84.85%12.94%-
XYZ0.640.381.48-
YUV12.98139.3133.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=35.59%
G=8.47%
B=55.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal215330.360.8500.87274.2973.687.45
Hex1552124550571124a7
Octal255414412501274221127
Binary101011011000011001001010101010101111000100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150521; }

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

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

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

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

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

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

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

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