#290146

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

Shades of Blackcurrant #290146

Tints of Blackcurrant #290146

Color information

#290146 (or 0x290146) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 46. RGB value is (41,1,70). Sum of RGB (Red+Green+Blue) = 41+1+70=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #290146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290146 is #D6FEB9. Grayscale: #141414. Windows color (decimal): -14089914 or 4587817. OLE color: 4587817.

HSL color Cylindrical-coordinate representation of color #290146: hue angle of 274.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290146 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB41170-
CMYK0.410.9900.73
HSL274.78º97.18%13.92%-
HSV(B)274.78º98.57%27.45%-
XYZ2.030.945.87-
YUV20.83155.75142.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 70 (27.73% from 255) = 62.5%
R=36.61%
G=0.89%
B=62.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal411700.410.9900.73274.7897.1813.92
Hex29146296304911361e
Octal51110651143011142314116
Binary1010011100011010100111000110100100110001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290146; }

 p { color: rgb(41,1,70); }

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

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

 a { background-color: rgb(41,1,70); }

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

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

 span { border-color: rgb(41,1,70); }

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