#291040

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

Shades of Blackcurrant #291040

Tints of Blackcurrant #291040

Color information

#291040 (or 0x291040) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 40. RGB value is (41,16,64). Sum of RGB (Red+Green+Blue) = 41+16+64=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #291040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291040 is #D6EFBF. Grayscale: #1C1C1C. Windows color (decimal): -14086080 or 4198441. OLE color: 4198441.

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

Color convert

RGB411664-
CMYK0.360.7500.75
HSL271.25º60%15.69%-
HSV(B)271.25º75%25.1%-
XYZ2.031.214.98-
YUV28.95147.78136.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=33.88%
G=13.22%
B=52.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4116640.360.7500.75271.256015.69
Hex291040244B04B10f3c10
Octal51201004411301134177420
Binary10100110000100000010010010010110100101110000111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291040; }

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

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

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

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

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

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

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

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