#150424

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

Shades of Blackcurrant #150424

Tints of Blackcurrant #150424

Color information

#150424 (or 0x150424) is unknown color: approx Blackcurrant. HEX triplet: 15, 04 and 24. RGB value is (21,4,36). Sum of RGB (Red+Green+Blue) = 21+4+36=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #150424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150424 is #EAFBDB. Grayscale: #0C0C0C. Windows color (decimal): -15399900 or 2360341. OLE color: 2360341.

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

Color convert

RGB21436-
CMYK0.420.8900.86
HSL271.88º80%7.84%-
HSV(B)271.88º88.89%14.12%-
XYZ0.670.371.71-
YUV12.73141.13133.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 36 (14.45% from 255) = 59.02%
R=34.43%
G=6.56%
B=59.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal214360.420.8900.86271.88807.84
Hex154242A59056110508
Octal2544452131012642012010
Binary1010110010010010101010110010101011010001000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150424; }

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

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

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

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

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

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

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

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