#290535

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

Shades of Blackcurrant #290535

Tints of Blackcurrant #290535

Color information

#290535 (or 0x290535) is unknown color: approx Blackcurrant. HEX triplet: 29, 05 and 35. RGB value is (41,5,53). Sum of RGB (Red+Green+Blue) = 41+5+53=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #290535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290535 is #D6FACA. Grayscale: #151515. Windows color (decimal): -14088907 or 3474729. OLE color: 3474729.

HSL color Cylindrical-coordinate representation of color #290535: hue angle of 285º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290535 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB41553-
CMYK0.230.9100.79
HSL285º82.76%11.37%-
HSV(B)285º90.57%20.78%-
XYZ1.610.843.44-
YUV21.24145.93142.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=41.41%
G=5.05%
B=53.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal415530.230.9100.7928582.7611.37
Hex29535175B04F11d53b
Octal5156527133011743512313
Binary1010011011101011011110110110100111110001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290535; }

 p { color: rgb(41,5,53); }

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

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

 a { background-color: rgb(41,5,53); }

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

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

 span { border-color: rgb(41,5,53); }

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