#3F0257

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

Shades of Blackcurrant #3F0257

Tints of Blackcurrant #3F0257

Color information

#3F0257 (or 0x3F0257) is unknown color: approx Blackcurrant. HEX triplet: 3F, 02 and 57. RGB value is (63,2,87). Sum of RGB (Red+Green+Blue) = 63+2+87=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0257 is #C0FDA8. Grayscale: #1D1D1D. Windows color (decimal): -12647849 or 5702207. OLE color: 5702207.

HSL color Cylindrical-coordinate representation of color #3F0257: hue angle of 283.06º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0257 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB63287-
CMYK0.280.9800.66
HSL283.06º95.51%17.45%-
HSV(B)283.06º97.7%34.12%-
XYZ3.791.799.16-
YUV29.93160.21151.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=41.45%
G=1.32%
B=57.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal632870.280.9800.66283.0695.5117.45
Hex3F2571C6204211b6011
Octal77212734142010243314021
Binary11111110101011111100110001001000010100011011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,87); }

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

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

 a { background-color: rgb(63,2,87); }

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

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

 span { border-color: rgb(63,2,87); }

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