#290251

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

Shades of Blackcurrant #290251

Tints of Blackcurrant #290251

Color information

#290251 (or 0x290251) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 51. RGB value is (41,2,81). Sum of RGB (Red+Green+Blue) = 41+2+81=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #290251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290251 is #D6FDAE. Grayscale: #161616. Windows color (decimal): -14089647 or 5308969. OLE color: 5308969.

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

Color convert

RGB41281-
CMYK0.490.9800.68
HSL269.62º95.18%16.27%-
HSV(B)269.62º97.53%31.76%-
XYZ2.421.117.87-
YUV22.67160.92141.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=33.06%
G=1.61%
B=65.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal412810.490.9800.68269.6295.1816.27
Hex29251316204410e5f10
Octal51212161142010441613720
Binary101001101010001110001110001001000100100001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290251; }

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

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

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

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

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

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

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

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