#29024E

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

Shades of Blackcurrant #29024E

Tints of Blackcurrant #29024E

Color information

#29024E (or 0x29024E) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 4E. RGB value is (41,2,78). Sum of RGB (Red+Green+Blue) = 41+2+78=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #29024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29024E is #D6FDB1. Grayscale: #161616. Windows color (decimal): -14089650 or 5112361. OLE color: 5112361.

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

Color convert

RGB41278-
CMYK0.470.9700.69
HSL270.79º95%15.69%-
HSV(B)270.79º97.44%30.59%-
XYZ2.311.067.29-
YUV22.32159.42141.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=33.88%
G=1.65%
B=64.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal412780.470.9700.69270.799515.69
Hex2924E2F6104510f5f10
Octal51211657141010541713720
Binary101001101001110101111110000101000101100001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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