#3F0747

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

Shades of Blackcurrant #3F0747

Tints of Blackcurrant #3F0747

Color information

#3F0747 (or 0x3F0747) is unknown color: approx Blackcurrant. HEX triplet: 3F, 07 and 47. RGB value is (63,7,71). Sum of RGB (Red+Green+Blue) = 63+7+71=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F0747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0747 is #C0F8B8. Grayscale: #1E1E1E. Windows color (decimal): -12646585 or 4654911. OLE color: 4654911.

HSL color Cylindrical-coordinate representation of color #3F0747: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0747 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB63771-
CMYK0.110.9000.72
HSL292.5º82.05%15.29%-
HSV(B)292.5º90.14%27.84%-
XYZ3.261.666.11-
YUV31.04150.55150.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 71 (28.12% from 255) = 50.35%
R=44.68%
G=4.96%
B=50.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal637710.110.9000.72292.582.0515.29
Hex3F747B5A04812452f
Octal77710713132011044412217
Binary1111111111000111101110110100100100010010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,71); }

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

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

 a { background-color: rgb(63,7,71); }

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

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

 span { border-color: rgb(63,7,71); }

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