#290032

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

Shades of Blackcurrant #290032

Tints of Blackcurrant #290032

Color information

#290032 (or 0x290032) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 32. RGB value is (41,0,50). Sum of RGB (Red+Green+Blue) = 41+0+50=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #290032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290032 is #D6FFCD. Grayscale: #111111. Windows color (decimal): -14090190 or 3276841. OLE color: 3276841.

HSL color Cylindrical-coordinate representation of color #290032: hue angle of 289.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290032 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB41050-
CMYK0.18100.80
HSL289.2º100%9.8%-
HSV(B)289.2º100%19.61%-
XYZ1.490.73.07-
YUV17.96146.08144.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=45.05%
G=0%
B=54.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal410500.18100.80289.21009.8
Hex29032126405012164a
Octal5106222144012044114412
Binary10100101100101001011001000101000010010000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290032; }

 p { color: rgb(41,0,50); }

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

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

 a { background-color: rgb(41,0,50); }

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

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

 span { border-color: rgb(41,0,50); }

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