#290046

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

Shades of Blackcurrant #290046

Tints of Blackcurrant #290046

Color information

#290046 (or 0x290046) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 46. RGB value is (41,0,70). Sum of RGB (Red+Green+Blue) = 41+0+70=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #290046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290046 is #D6FFB9. Grayscale: #141414. Windows color (decimal): -14090170 or 4587561. OLE color: 4587561.

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

Color convert

RGB41070-
CMYK0.41100.73
HSL275.14º100%13.73%-
HSV(B)275.14º100%27.45%-
XYZ2.020.915.86-
YUV20.24156.08142.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 63.06%
R=36.94%
G=0%
B=63.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal410700.41100.73275.1410013.73
Hex29046296404911364e
Octal51010651144011142314416
Binary1010010100011010100111001000100100110001001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290046; }

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

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

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

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

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

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

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

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