#290350

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

Shades of Blackcurrant #290350

Tints of Blackcurrant #290350

Color information

#290350 (or 0x290350) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 50. RGB value is (41,3,80). Sum of RGB (Red+Green+Blue) = 41+3+80=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #290350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290350 is #D6FCAF. Grayscale: #161616. Windows color (decimal): -14089392 or 5243689. OLE color: 5243689.

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

Color convert

RGB41380-
CMYK0.490.9600.69
HSL269.61º92.77%16.27%-
HSV(B)269.61º96.25%31.37%-
XYZ2.391.127.68-
YUV23.14160.09140.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=33.06%
G=2.42%
B=64.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal413800.490.9600.69269.6192.7716.27
Hex29350316004510e5d10
Octal51312061140010541613520
Binary101001111010000110001110000001000101100001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290350; }

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

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

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

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

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

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

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

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