#290150

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

Shades of Blackcurrant #290150

Tints of Blackcurrant #290150

Color information

#290150 (or 0x290150) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 50. RGB value is (41,1,80). Sum of RGB (Red+Green+Blue) = 41+1+80=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #290150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290150 is #D6FEAF. Grayscale: #151515. Windows color (decimal): -14089904 or 5243177. OLE color: 5243177.

HSL color Cylindrical-coordinate representation of color #290150: hue angle of 270.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290150 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41180-
CMYK0.490.9900.69
HSL270.38º97.53%15.88%-
HSV(B)270.38º98.75%31.37%-
XYZ2.371.077.67-
YUV21.97160.75141.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=33.61%
G=0.82%
B=65.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal411800.490.9900.69270.3897.5315.88
Hex29150316304510e6210
Octal51112061143010541614220
Binary10100111010000110001110001101000101100001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290150; }

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

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

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

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

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

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

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

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