#290331

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

Shades of Blackcurrant #290331

Tints of Blackcurrant #290331

Color information

#290331 (or 0x290331) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 31. RGB value is (41,3,49). Sum of RGB (Red+Green+Blue) = 41+3+49=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #290331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290331 is #D6FCCE. Grayscale: #131313. Windows color (decimal): -14089423 or 3212073. OLE color: 3212073.

HSL color Cylindrical-coordinate representation of color #290331: hue angle of 289.57º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290331 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB41349-
CMYK0.160.9400.81
HSL289.57º88.46%10.2%-
HSV(B)289.57º93.88%19.22%-
XYZ1.50.762.97-
YUV19.61144.59143.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=44.09%
G=3.23%
B=52.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal413490.160.9400.81289.5788.4610.2
Hex29331105E05112258a
Octal5136120136012144213012
Binary101001111100011000010111100101000110010001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290331; }

 p { color: rgb(41,3,49); }

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

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

 a { background-color: rgb(41,3,49); }

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

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

 span { border-color: rgb(41,3,49); }

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