#3F0950

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

Shades of Blackcurrant #3F0950

Tints of Blackcurrant #3F0950

Color information

#3F0950 (or 0x3F0950) is unknown color: approx Blackcurrant. HEX triplet: 3F, 09 and 50. RGB value is (63,9,80). Sum of RGB (Red+Green+Blue) = 63+9+80=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F0950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0950 is #C0F6AF. Grayscale: #212121. Windows color (decimal): -12646064 or 5245247. OLE color: 5245247.

HSL color Cylindrical-coordinate representation of color #3F0950: hue angle of 285.63º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0950 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63980-
CMYK0.210.8900.69
HSL285.63º79.78%17.45%-
HSV(B)285.63º88.75%31.37%-
XYZ3.61.837.75-
YUV33.24154.39149.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=41.45%
G=5.92%
B=52.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal639800.210.8900.69285.6379.7817.45
Hex3F950155904511e5011
Octal771112025131010543612021
Binary1111111001101000010101101100101000101100011110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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