#29004F

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

Shades of Blackcurrant #29004F

Tints of Blackcurrant #29004F

Color information

#29004F (or 0x29004F) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 4F. RGB value is (41,0,79). Sum of RGB (Red+Green+Blue) = 41+0+79=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #29004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29004F is #D6FFB0. Grayscale: #141414. Windows color (decimal): -14090161 or 5177385. OLE color: 5177385.

HSL color Cylindrical-coordinate representation of color #29004F: hue angle of 271.14º 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 #29004F is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41079-
CMYK0.48100.69
HSL271.14º100%15.49%-
HSV(B)271.14º100%30.98%-
XYZ2.331.047.47-
YUV21.26160.58142.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 65.83%
R=34.17%
G=0%
B=65.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal410790.48100.69271.1410015.49
Hex2904F306404510f64f
Octal51011760144010541714417
Binary1010010100111111000011001000100010110000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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