#3F114D

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

Shades of Blackcurrant #3F114D

Tints of Blackcurrant #3F114D

Color information

#3F114D (or 0x3F114D) is unknown color: approx Blackcurrant. HEX triplet: 3F, 11 and 4D. RGB value is (63,17,77). Sum of RGB (Red+Green+Blue) = 63+17+77=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F114D is #C0EEB2. Grayscale: #252525. Windows color (decimal): -12644019 or 5050687. OLE color: 5050687.

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

Color convert

RGB631777-
CMYK0.180.7800.70
HSL286º63.83%18.43%-
HSV(B)286º77.92%30.2%-
XYZ3.591.997.22-
YUV37.59150.24146.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=40.13%
G=10.83%
B=49.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6317770.180.7800.7028663.8318.43
Hex3F114D124E04611e4012
Octal772111522116010643610022
Binary11111110001100110110010100111001000110100011110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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