#291144

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

Shades of Blackcurrant #291144

Tints of Blackcurrant #291144

Color information

#291144 (or 0x291144) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 44. RGB value is (41,17,68). Sum of RGB (Red+Green+Blue) = 41+17+68=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #291144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291144 is #D6EEBB. Grayscale: #1D1D1D. Windows color (decimal): -14085820 or 4460841. OLE color: 4460841.

HSL color Cylindrical-coordinate representation of color #291144: hue angle of 268.24º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291144 is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB411768-
CMYK0.400.7500.73
HSL268.24º60%16.67%-
HSV(B)268.24º75%26.67%-
XYZ2.161.295.6-
YUV29.99149.45135.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 68 (26.95% from 255) = 53.97%
R=32.54%
G=13.49%
B=53.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4117680.400.7500.73268.246016.67
Hex291144284B04910c3c11
Octal51211045011301114147421
Binary10100110001100010010100010010110100100110000110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291144; }

 p { color: rgb(41,17,68); }

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

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

 a { background-color: rgb(41,17,68); }

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

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

 span { border-color: rgb(41,17,68); }

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