#29084F

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

Shades of Blackcurrant #29084F

Tints of Blackcurrant #29084F

Color information

#29084F (or 0x29084F) is unknown color: approx Blackcurrant. HEX triplet: 29, 08 and 4F. RGB value is (41,8,79). Sum of RGB (Red+Green+Blue) = 41+8+79=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #29084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29084F is #D6F7B0. Grayscale: #191919. Windows color (decimal): -14088113 or 5179433. OLE color: 5179433.

HSL color Cylindrical-coordinate representation of color #29084F: hue angle of 267.89º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29084F is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41879-
CMYK0.480.9000.69
HSL267.89º81.61%17.06%-
HSV(B)267.89º89.87%30.98%-
XYZ2.411.217.5-
YUV25.96157.93138.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=32.03%
G=6.25%
B=61.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal418790.480.9000.69267.8981.6117.06
Hex2984F305A04510c5211
Octal511011760132010541412221
Binary10100110001001111110000101101001000101100001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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