#3F154D

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

Shades of Blackcurrant #3F154D

Tints of Blackcurrant #3F154D

Color information

#3F154D (or 0x3F154D) is unknown color: approx Blackcurrant. HEX triplet: 3F, 15 and 4D. RGB value is (63,21,77). Sum of RGB (Red+Green+Blue) = 63+21+77=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F154D is #C0EAB2. Grayscale: #272727. Windows color (decimal): -12642995 or 5051711. OLE color: 5051711.

HSL color Cylindrical-coordinate representation of color #3F154D: hue angle of 285º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F154D is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB632177-
CMYK0.180.7300.70
HSL285º57.14%19.22%-
HSV(B)285º72.73%30.2%-
XYZ3.662.137.24-
YUV39.94148.91144.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=39.13%
G=13.04%
B=47.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6321770.180.7300.7028557.1419.22
Hex3F154D124904611d3913
Octal77251152211101064357123
Binary1111111010110011011001010010010100011010001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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