#29094C

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

Shades of Blackcurrant #29094C

Tints of Blackcurrant #29094C

Color information

#29094C (or 0x29094C) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 4C. RGB value is (41,9,76). Sum of RGB (Red+Green+Blue) = 41+9+76=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #29094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29094C is #D6F6B3. Grayscale: #191919. Windows color (decimal): -14087860 or 4983081. OLE color: 4983081.

HSL color Cylindrical-coordinate representation of color #29094C: hue angle of 268.66º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29094C is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB41976-
CMYK0.460.8800.70
HSL268.66º78.82%16.67%-
HSV(B)268.66º88.16%29.8%-
XYZ2.321.196.94-
YUV26.21156.1138.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=32.54%
G=7.14%
B=60.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal419760.460.8800.70268.6678.8216.67
Hex2994C2E5804610d4f11
Octal511111456130010641511721
Binary10100110011001100101110101100001000110100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29094C; }

 p { color: rgb(41,9,76); }

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

<style>
 a { background-color: #29094C; }

 a { background-color: rgb(41,9,76); }

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

<style>
 span { border-color: #29094C; }

 span { border-color: rgb(41,9,76); }

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