#3F1050

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

Shades of Blackcurrant #3F1050

Tints of Blackcurrant #3F1050

Color information

#3F1050 (or 0x3F1050) is unknown color: approx Blackcurrant. HEX triplet: 3F, 10 and 50. RGB value is (63,16,80). Sum of RGB (Red+Green+Blue) = 63+16+80=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F1050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1050 is #C0EFAF. Grayscale: #252525. Windows color (decimal): -12644272 or 5247039. OLE color: 5247039.

HSL color Cylindrical-coordinate representation of color #3F1050: hue angle of 284.06º 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 #3F1050 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB631680-
CMYK0.210.8000.69
HSL284.06º66.67%18.82%-
HSV(B)284.06º80%31.37%-
XYZ3.682.017.78-
YUV37.35152.07146.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=39.62%
G=10.06%
B=50.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6316800.210.8000.69284.0666.6718.82
Hex3F1050155004511c4313
Octal772012025120010543410323
Binary11111110000101000010101101000001000101100011100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1050; }

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

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

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

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

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

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

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

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