#290344

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

Shades of Blackcurrant #290344

Tints of Blackcurrant #290344

Color information

#290344 (or 0x290344) is unknown color: approx Blackcurrant. HEX triplet: 29, 03 and 44. RGB value is (41,3,68). Sum of RGB (Red+Green+Blue) = 41+3+68=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #290344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290344 is #D6FCBB. Grayscale: #151515. Windows color (decimal): -14089404 or 4457257. OLE color: 4457257.

HSL color Cylindrical-coordinate representation of color #290344: hue angle of 275.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290344 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB41368-
CMYK0.400.9600.73
HSL275.08º91.55%13.92%-
HSV(B)275.08º95.59%26.67%-
XYZ1.990.955.55-
YUV21.77154.09141.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=36.61%
G=2.68%
B=60.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal413680.400.9600.73275.0891.5513.92
Hex2934428600491135ce
Octal51310450140011142313416
Binary10100111100010010100011000000100100110001001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290344; }

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

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

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

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

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

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

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

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