#3F084F

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

Shades of Blackcurrant #3F084F

Tints of Blackcurrant #3F084F

Color information

#3F084F (or 0x3F084F) is unknown color: approx Blackcurrant. HEX triplet: 3F, 08 and 4F. RGB value is (63,8,79). Sum of RGB (Red+Green+Blue) = 63+8+79=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F084F is #C0F7B0. Grayscale: #202020. Windows color (decimal): -12646321 or 5179455. OLE color: 5179455.

HSL color Cylindrical-coordinate representation of color #3F084F: hue angle of 286.48º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F084F is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63879-
CMYK0.200.9000.69
HSL286.48º81.61%17.06%-
HSV(B)286.48º89.87%30.98%-
XYZ3.551.797.56-
YUV32.54154.22149.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 79 (31.25% from 255) = 52.67%
R=42%
G=5.33%
B=52.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal638790.200.9000.69286.4881.6117.06
Hex3F84F145A04511e5211
Octal771011724132010543612221
Binary1111111000100111110100101101001000101100011110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,79); }

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

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

 a { background-color: rgb(63,8,79); }

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

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

 span { border-color: rgb(63,8,79); }

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