#410150

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

Shades of Blackcurrant #410150

Tints of Blackcurrant #410150

Color information

#410150 (or 0x410150) is unknown color: approx Blackcurrant. HEX triplet: 41, 01 and 50. RGB value is (65,1,80). Sum of RGB (Red+Green+Blue) = 65+1+80=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #410150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410150 is #BEFEAF. Grayscale: #1C1C1C. Windows color (decimal): -12517040 or 5243201. OLE color: 5243201.

HSL color Cylindrical-coordinate representation of color #410150: hue angle of 288.61º 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 #410150 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB65180-
CMYK0.190.9900.69
HSL288.61º97.53%15.88%-
HSV(B)288.61º98.75%31.37%-
XYZ3.641.727.73-
YUV29.14156.7153.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=44.52%
G=0.68%
B=54.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal651800.190.9900.69288.6197.5315.88
Hex4115013630451216210
Octal101112023143010544114220
Binary10000011101000010011110001101000101100100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410150; }

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

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

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

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

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

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

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

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