#3F0146

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

Shades of Blackcurrant #3F0146

Tints of Blackcurrant #3F0146

Color information

#3F0146 (or 0x3F0146) is unknown color: approx Blackcurrant. HEX triplet: 3F, 01 and 46. RGB value is (63,1,70). Sum of RGB (Red+Green+Blue) = 63+1+70=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0146 is #C0FEB9. Grayscale: #1B1B1B. Windows color (decimal): -12648122 or 4587839. OLE color: 4587839.

HSL color Cylindrical-coordinate representation of color #3F0146: hue angle of 293.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0146 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63170-
CMYK0.100.9900.73
HSL293.91º97.18%13.92%-
HSV(B)293.91º98.57%27.45%-
XYZ3.171.525.92-
YUV27.4152.04153.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=47.01%
G=0.75%
B=52.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal631700.100.9900.73293.9197.1813.92
Hex3F146A6304912661e
Octal77110612143011144614116
Binary11111111000110101011000110100100110010011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,70); }

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

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

 a { background-color: rgb(63,1,70); }

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

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

 span { border-color: rgb(63,1,70); }

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