#290D36

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

Shades of Blackcurrant #290D36

Tints of Blackcurrant #290D36

Color information

#290D36 (or 0x290D36) is unknown color: approx Blackcurrant. HEX triplet: 29, 0D and 36. RGB value is (41,13,54). Sum of RGB (Red+Green+Blue) = 41+13+54=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #290D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D36 is #D6F2C9. Grayscale: #191919. Windows color (decimal): -14086858 or 3542313. OLE color: 3542313.

HSL color Cylindrical-coordinate representation of color #290D36: hue angle of 280.98º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290D36 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB411354-
CMYK0.240.7600.79
HSL280.98º61.19%13.14%-
HSV(B)280.98º75.93%21.18%-
XYZ1.721.033.6-
YUV26.05143.78138.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 54 (21.48% from 255) = 50%
R=37.96%
G=12.04%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4113540.240.7600.79280.9861.1913.14
Hex29D36184C04F1193dd
Octal5115663011401174317515
Binary1010011101110110110001001100010011111000110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290D36; }

 p { color: rgb(41,13,54); }

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

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

 a { background-color: rgb(41,13,54); }

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

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

 span { border-color: rgb(41,13,54); }

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