#290250

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

Shades of Blackcurrant #290250

Tints of Blackcurrant #290250

Color information

#290250 (or 0x290250) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 50. RGB value is (41,2,80). Sum of RGB (Red+Green+Blue) = 41+2+80=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #290250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290250 is #D6FDAF. Grayscale: #161616. Windows color (decimal): -14089648 or 5243433. OLE color: 5243433.

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

Color convert

RGB41280-
CMYK0.490.9800.69
HSL270º95.12%16.08%-
HSV(B)270º97.5%31.37%-
XYZ2.381.097.67-
YUV22.55160.42141.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=33.33%
G=1.63%
B=65.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal412800.490.9800.6927095.1216.08
Hex29250316204510e5f10
Octal51212061142010541613720
Binary101001101010000110001110001001000101100001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290250; }

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

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

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

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

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

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

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

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