#291042

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

Shades of Blackcurrant #291042

Tints of Blackcurrant #291042

Color information

#291042 (or 0x291042) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 42. RGB value is (41,16,66). Sum of RGB (Red+Green+Blue) = 41+16+66=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 66 (26.17% from 255 or 53.66% from 123); Max value from RGB is 66 - color contains mainly: blue. Hex color #291042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291042 is #D6EFBD. Grayscale: #1D1D1D. Windows color (decimal): -14086078 or 4329513. OLE color: 4329513.

HSL color Cylindrical-coordinate representation of color #291042: hue angle of 270º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291042 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB411666-
CMYK0.380.7600.74
HSL270º60.98%16.08%-
HSV(B)270º75.76%25.88%-
XYZ2.081.245.28-
YUV29.18148.78136.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 66 (26.17% from 255) = 53.66%
R=33.33%
G=13.01%
B=53.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4116660.380.7600.7427060.9816.08
Hex291042264C04A10e3d10
Octal51201024611401124167520
Binary10100110000100001010011010011000100101010000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291042; }

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

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

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

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

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

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

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

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