#150529

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

Shades of Blackcurrant #150529

Tints of Blackcurrant #150529

Color information

#150529 (or 0x150529) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 29. RGB value is (21,5,41). Sum of RGB (Red+Green+Blue) = 21+5+41=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #150529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150529 is #EAFAD6. Grayscale: #0D0D0D. Windows color (decimal): -15399639 or 2688277. OLE color: 2688277.

HSL color Cylindrical-coordinate representation of color #150529: hue angle of 266.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150529 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB21541-
CMYK0.490.8800.84
HSL266.67º78.26%9.02%-
HSV(B)266.67º87.8%16.08%-
XYZ0.760.432.14-
YUV13.89143.3133.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.34%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=31.34%
G=7.46%
B=61.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal215410.490.8800.84266.6778.269.02
Hex15529315805410b4e9
Octal2555161130012441311611
Binary1010110110100111000110110000101010010000101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150529; }

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

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

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

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

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

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

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

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