#29094E

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

Shades of Blackcurrant #29094E

Tints of Blackcurrant #29094E

Color information

#29094E (or 0x29094E) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 4E. RGB value is (41,9,78). Sum of RGB (Red+Green+Blue) = 41+9+78=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #29094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29094E is #D6F6B1. Grayscale: #1A1A1A. Windows color (decimal): -14087858 or 5114153. OLE color: 5114153.

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

Color convert

RGB41978-
CMYK0.470.8800.69
HSL267.83º79.31%17.06%-
HSV(B)267.83º88.46%30.59%-
XYZ2.391.227.32-
YUV26.43157.1138.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 78 (30.86% from 255) = 60.94%
R=32.03%
G=7.03%
B=60.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal419780.470.8800.69267.8379.3117.06
Hex2994E2F5804510c4f11
Octal511111657130010541411721
Binary10100110011001110101111101100001000101100001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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