#29014A

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

Shades of Blackcurrant #29014A

Tints of Blackcurrant #29014A

Color information

#29014A (or 0x29014A) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 4A. RGB value is (41,1,74). Sum of RGB (Red+Green+Blue) = 41+1+74=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #29014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29014A is #D6FEB5. Grayscale: #151515. Windows color (decimal): -14089910 or 4849961. OLE color: 4849961.

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

Color convert

RGB41174-
CMYK0.450.9900.71
HSL272.88º97.33%14.71%-
HSV(B)272.88º98.65%29.02%-
XYZ2.160.996.56-
YUV21.28157.75142.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 74 (29.30% from 255) = 63.79%
R=35.34%
G=0.86%
B=63.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal411740.450.9900.71272.8897.3314.71
Hex2914A2D6304711161f
Octal51111255143010742114117
Binary1010011100101010110111000110100011110001000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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