#290550

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

Shades of Blackcurrant #290550

Tints of Blackcurrant #290550

Color information

#290550 (or 0x290550) is unknown color: approx Blackcurrant. HEX triplet: 29, 05 and 50. RGB value is (41,5,80). Sum of RGB (Red+Green+Blue) = 41+5+80=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #290550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290550 is #D6FAAF. Grayscale: #181818. Windows color (decimal): -14088880 or 5244201. OLE color: 5244201.

HSL color Cylindrical-coordinate representation of color #290550: hue angle of 268.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290550 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41580-
CMYK0.490.9400.69
HSL268.8º88.24%16.67%-
HSV(B)268.8º93.75%31.37%-
XYZ2.421.167.69-
YUV24.31159.43139.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=32.54%
G=3.97%
B=63.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal415800.490.9400.69268.888.2416.67
Hex29550315E04510d5811
Octal51512061136010541513021
Binary1010011011010000110001101111001000101100001101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290550; }

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

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

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

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

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

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

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

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