#290040

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

Shades of Blackcurrant #290040

Tints of Blackcurrant #290040

Color information

#290040 (or 0x290040) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 40. RGB value is (41,0,64). Sum of RGB (Red+Green+Blue) = 41+0+64=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #290040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290040 is #D6FFBF. Grayscale: #131313. Windows color (decimal): -14090176 or 4194345. OLE color: 4194345.

HSL color Cylindrical-coordinate representation of color #290040: hue angle of 278.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290040 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB41064-
CMYK0.36100.75
HSL278.44º100%12.55%-
HSV(B)278.44º100%25.1%-
XYZ1.840.844.92-
YUV19.56153.08143.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=39.05%
G=0%
B=60.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal410640.36100.75278.4410012.55
Hex29040246404B11664d
Octal51010044144011342614415
Binary1010010100000010010011001000100101110001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290040; }

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

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

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

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

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

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

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

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