#29014E

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

Shades of Blackcurrant #29014E

Tints of Blackcurrant #29014E

Color information

#29014E (or 0x29014E) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 4E. RGB value is (41,1,78). Sum of RGB (Red+Green+Blue) = 41+1+78=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #29014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29014E is #D6FEB1. Grayscale: #151515. Windows color (decimal): -14089906 or 5112105. OLE color: 5112105.

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

Color convert

RGB41178-
CMYK0.470.9900.69
HSL271.17º97.47%15.49%-
HSV(B)271.17º98.72%30.59%-
XYZ2.31.047.29-
YUV21.74159.75141.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 78 (30.86% from 255) = 65%
R=34.17%
G=0.83%
B=65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal411780.470.9900.69271.1797.4715.49
Hex2914E2F6304510f61f
Octal51111657143010541714117
Binary1010011100111010111111000110100010110000111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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