#290240

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

Shades of Blackcurrant #290240

Tints of Blackcurrant #290240

Color information

#290240 (or 0x290240) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 40. RGB value is (41,2,64). Sum of RGB (Red+Green+Blue) = 41+2+64=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #290240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290240 is #D6FDBF. Grayscale: #141414. Windows color (decimal): -14089664 or 4194857. OLE color: 4194857.

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

Color convert

RGB41264-
CMYK0.360.9700.75
HSL277.74º93.94%12.94%-
HSV(B)277.74º96.88%25.1%-
XYZ1.860.884.92-
YUV20.73152.42142.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=38.32%
G=1.87%
B=59.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal412640.360.9700.75277.7493.9412.94
Hex29240246104B1165ed
Octal51210044141011342613615
Binary10100110100000010010011000010100101110001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290240; }

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

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

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

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

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

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

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

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