#401050

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

Shades of Blackcurrant #401050

Tints of Blackcurrant #401050

Color information

#401050 (or 0x401050) is unknown color: approx Blackcurrant. HEX triplet: 40, 10 and 50. RGB value is (64,16,80). Sum of RGB (Red+Green+Blue) = 64+16+80=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #401050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401050 is #BFEFAF. Grayscale: #252525. Windows color (decimal): -12578736 or 5247040. OLE color: 5247040.

HSL color Cylindrical-coordinate representation of color #401050: hue angle of 285º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401050 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB641680-
CMYK0.200.8000.69
HSL285º66.67%18.82%-
HSV(B)285º80%31.37%-
XYZ3.752.047.79-
YUV37.65151.9146.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 80 (31.64% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6416800.200.8000.6928566.6718.82
Hex401050145004511d4313
Octal1002012024120010543510323
Binary100000010000101000010100101000001000101100011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401050; }

 p { color: rgb(64,16,80); }

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

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

 a { background-color: rgb(64,16,80); }

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

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

 span { border-color: rgb(64,16,80); }

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