#3F1C47

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

Shades of Blackcurrant #3F1C47

Tints of Blackcurrant #3F1C47

Color information

#3F1C47 (or 0x3F1C47) is unknown color: approx Blackcurrant. HEX triplet: 3F, 1C and 47. RGB value is (63,28,71). Sum of RGB (Red+Green+Blue) = 63+28+71=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F1C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C47 is #C0E3B8. Grayscale: #2B2B2B. Windows color (decimal): -12641209 or 4660287. OLE color: 4660287.

HSL color Cylindrical-coordinate representation of color #3F1C47: hue angle of 288.84º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F1C47 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB632871-
CMYK0.110.6100.72
HSL288.84º43.43%19.41%-
HSV(B)288.84º60.56%27.84%-
XYZ3.62.346.22-
YUV43.37143.6142-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=38.89%
G=17.28%
B=43.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6328710.110.6100.72288.8443.4319.41
Hex3F1C47B3D0481212b13
Octal7734107137501104415323
Binary11111111100100011110111111010100100010010000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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