#290341

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

Shades of Blackcurrant #290341

Tints of Blackcurrant #290341

Color information

#290341 (or 0x290341) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 41. RGB value is (41,3,65). Sum of RGB (Red+Green+Blue) = 41+3+65=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #290341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290341 is #D6FCBE. Grayscale: #151515. Windows color (decimal): -14089407 or 4260649. OLE color: 4260649.

HSL color Cylindrical-coordinate representation of color #290341: hue angle of 276.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290341 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB41365-
CMYK0.370.9500.75
HSL276.77º91.18%13.33%-
HSV(B)276.77º95.38%25.49%-
XYZ1.90.925.08-
YUV21.43152.59141.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=37.61%
G=2.75%
B=59.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal413650.370.9500.75276.7791.1813.33
Hex29341255F04B1155bd
Octal51310145137011342513315
Binary10100111100000110010110111110100101110001010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290341; }

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

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

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

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

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

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

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

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