#150536

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

Shades of Blackcurrant #150536

Tints of Blackcurrant #150536

Color information

#150536 (or 0x150536) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 36. RGB value is (21,5,54). Sum of RGB (Red+Green+Blue) = 21+5+54=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #150536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150536 is #EAFAC9. Grayscale: #0F0F0F. Windows color (decimal): -15399626 or 3540245. OLE color: 3540245.

HSL color Cylindrical-coordinate representation of color #150536: hue angle of 259.59º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150536 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB21554-
CMYK0.610.9100.79
HSL259.59º83.05%11.57%-
HSV(B)259.59º90.74%21.18%-
XYZ1.030.533.54-
YUV15.37149.8132.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 54 (21.48% from 255) = 67.5%
R=26.25%
G=6.25%
B=67.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal215540.610.9100.79259.5983.0511.57
Hex155363D5B04F10453c
Octal2556675133011740412314
Binary1010110111011011110110110110100111110000010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150536; }

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

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

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

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

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

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

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

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