#29004E

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

Shades of Blackcurrant #29004E

Tints of Blackcurrant #29004E

Color information

#29004E (or 0x29004E) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 4E. RGB value is (41,0,78). Sum of RGB (Red+Green+Blue) = 41+0+78=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #29004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29004E is #D6FFB1. Grayscale: #141414. Windows color (decimal): -14090162 or 5111849. OLE color: 5111849.

HSL color Cylindrical-coordinate representation of color #29004E: hue angle of 271.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29004E is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41078-
CMYK0.47100.69
HSL271.54º100%15.29%-
HSV(B)271.54º100%30.59%-
XYZ2.291.027.28-
YUV21.15160.08142.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 65.55%
R=34.45%
G=0%
B=65.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal410780.47100.69271.5410015.29
Hex2904E2F6404511064f
Octal51011657144010542014417
Binary1010010100111010111111001000100010110001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29004E; }

 p { color: rgb(41,0,78); }

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

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

 a { background-color: rgb(41,0,78); }

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

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

 span { border-color: rgb(41,0,78); }

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