#290351

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

Shades of Blackcurrant #290351

Tints of Blackcurrant #290351

Color information

#290351 (or 0x290351) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 51. RGB value is (41,3,81). Sum of RGB (Red+Green+Blue) = 41+3+81=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #290351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290351 is #D6FCAE. Grayscale: #161616. Windows color (decimal): -14089391 or 5309225. OLE color: 5309225.

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

Color convert

RGB41381-
CMYK0.490.9600.68
HSL269.23º92.86%16.47%-
HSV(B)269.23º96.3%31.76%-
XYZ2.431.137.87-
YUV23.25160.59140.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=32.8%
G=2.4%
B=64.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal413810.490.9600.68269.2392.8616.47
Hex29351316004410d5d10
Octal51312161140010441513520
Binary101001111010001110001110000001000100100001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290351; }

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

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

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

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

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

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

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

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