#291441

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

Shades of Blackcurrant #291441

Tints of Blackcurrant #291441

Color information

#291441 (or 0x291441) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 41. RGB value is (41,20,65). Sum of RGB (Red+Green+Blue) = 41+20+65=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #291441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291441 is #D6EBBE. Grayscale: #1F1F1F. Windows color (decimal): -14085055 or 4265001. OLE color: 4265001.

HSL color Cylindrical-coordinate representation of color #291441: hue angle of 268º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291441 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB412065-
CMYK0.370.6900.75
HSL268º52.94%16.67%-
HSV(B)268º69.23%25.49%-
XYZ2.121.355.15-
YUV31.41146.96134.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=32.54%
G=15.87%
B=51.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4120650.370.6900.7526852.9416.67
Hex291441254504B10c3511
Octal51241014510501134146521
Binary10100110100100000110010110001010100101110000110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291441; }

 p { color: rgb(41,20,65); }

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

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

 a { background-color: rgb(41,20,65); }

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

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

 span { border-color: rgb(41,20,65); }

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