#29074F

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

Shades of Blackcurrant #29074F

Tints of Blackcurrant #29074F

Color information

#29074F (or 0x29074F) is unknown color: approx Blackcurrant. HEX triplet: 29, 07 and 4F. RGB value is (41,7,79). Sum of RGB (Red+Green+Blue) = 41+7+79=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #29074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29074F is #D6F8B0. Grayscale: #191919. Windows color (decimal): -14088369 or 5179177. OLE color: 5179177.

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

Color convert

RGB41779-
CMYK0.480.9100.69
HSL268.33º83.72%16.86%-
HSV(B)268.33º91.14%30.98%-
XYZ2.41.197.5-
YUV25.37158.26139.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 79 (31.25% from 255) = 62.20%
R=32.28%
G=5.51%
B=62.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal417790.480.9100.69268.3383.7216.86
Hex2974F305B04510c5411
Octal51711760133010541412421
Binary1010011111001111110000101101101000101100001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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