#150524

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

Shades of Blackcurrant #150524

Tints of Blackcurrant #150524

Color information

#150524 (or 0x150524) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 24. RGB value is (21,5,36). Sum of RGB (Red+Green+Blue) = 21+5+36=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #150524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150524 is #EAFADB. Grayscale: #0D0D0D. Windows color (decimal): -15399644 or 2360597. OLE color: 2360597.

HSL color Cylindrical-coordinate representation of color #150524: hue angle of 270.97º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150524 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB21536-
CMYK0.420.8600.86
HSL270.97º75.61%8.04%-
HSV(B)270.97º86.11%14.12%-
XYZ0.680.41.71-
YUV13.32140.8133.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=33.87%
G=8.06%
B=58.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal215360.420.8600.86270.9775.618.04
Hex155242A5605610f4c8
Octal2554452126012641711410
Binary1010110110010010101010101100101011010000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150524; }

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

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

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

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

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

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

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

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