#290141

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

Shades of Blackcurrant #290141

Tints of Blackcurrant #290141

Color information

#290141 (or 0x290141) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 41. RGB value is (41,1,65). Sum of RGB (Red+Green+Blue) = 41+1+65=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #290141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290141 is #D6FEBE. Grayscale: #141414. Windows color (decimal): -14089919 or 4260137. OLE color: 4260137.

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

Color convert

RGB41165-
CMYK0.370.9800.75
HSL277.5º96.97%12.94%-
HSV(B)277.5º98.46%25.49%-
XYZ1.880.875.07-
YUV20.26153.25142.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=38.32%
G=0.93%
B=60.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal411650.370.9800.75277.596.9712.94
Hex29141256204B11661d
Octal51110145142011342614115
Binary1010011100000110010111000100100101110001011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290141; }

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

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

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

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

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

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

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

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