#3F154F

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

Shades of Blackcurrant #3F154F

Tints of Blackcurrant #3F154F

Color information

#3F154F (or 0x3F154F) is unknown color: approx Blackcurrant. HEX triplet: 3F, 15 and 4F. RGB value is (63,21,79). Sum of RGB (Red+Green+Blue) = 63+21+79=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F154F is #C0EAB0. Grayscale: #272727. Windows color (decimal): -12642993 or 5182783. OLE color: 5182783.

HSL color Cylindrical-coordinate representation of color #3F154F: hue angle of 283.45º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F154F is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB632179-
CMYK0.200.7300.69
HSL283.45º58%19.61%-
HSV(B)283.45º73.42%30.98%-
XYZ3.732.167.62-
YUV40.17149.91144.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=38.65%
G=12.88%
B=48.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6321790.200.7300.69283.455819.61
Hex3F154F144904511b3a14
Octal77251172411101054337224
Binary1111111010110011111010010010010100010110001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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