#29054F

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

Shades of Blackcurrant #29054F

Tints of Blackcurrant #29054F

Color information

#29054F (or 0x29054F) is unknown color: approx Blackcurrant. HEX triplet: 29, 05 and 4F. RGB value is (41,5,79). Sum of RGB (Red+Green+Blue) = 41+5+79=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #29054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29054F is #D6FAB0. Grayscale: #171717. Windows color (decimal): -14088881 or 5178665. OLE color: 5178665.

HSL color Cylindrical-coordinate representation of color #29054F: hue angle of 269.19º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29054F is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41579-
CMYK0.480.9400.69
HSL269.19º88.1%16.47%-
HSV(B)269.19º93.67%30.98%-
XYZ2.381.147.49-
YUV24.2158.93139.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=32.8%
G=4%
B=63.2%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal415790.480.9400.69269.1988.116.47
Hex2954F305E04510d5810
Octal51511760136010541513020
Binary1010011011001111110000101111001000101100001101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29054F; }

 p { color: rgb(41,5,79); }

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

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

 a { background-color: rgb(41,5,79); }

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

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

 span { border-color: rgb(41,5,79); }

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