#290132

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

Shades of Blackcurrant #290132

Tints of Blackcurrant #290132

Color information

#290132 (or 0x290132) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 32. RGB value is (41,1,50). Sum of RGB (Red+Green+Blue) = 41+1+50=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #290132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290132 is #D6FECD. Grayscale: #121212. Windows color (decimal): -14089934 or 3277097. OLE color: 3277097.

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

Color convert

RGB41150-
CMYK0.180.9800.80
HSL288.98º96.08%10%-
HSV(B)288.98º98%19.61%-
XYZ1.50.723.08-
YUV18.55145.75144.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=44.57%
G=1.09%
B=54.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal411500.180.9800.80288.9896.0810
Hex29132126205012160a
Octal5116222142012044114012
Binary10100111100101001011000100101000010010000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290132; }

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

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

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

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

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

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

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

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