#3F134D

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

Shades of Blackcurrant #3F134D

Tints of Blackcurrant #3F134D

Color information

#3F134D (or 0x3F134D) is unknown color: approx Blackcurrant. HEX triplet: 3F, 13 and 4D. RGB value is (63,19,77). Sum of RGB (Red+Green+Blue) = 63+19+77=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F134D is #C0ECB2. Grayscale: #262626. Windows color (decimal): -12643507 or 5051199. OLE color: 5051199.

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

Color convert

RGB631977-
CMYK0.180.7500.70
HSL285.52º60.42%18.82%-
HSV(B)285.52º75.32%30.2%-
XYZ3.622.067.23-
YUV38.77149.58145.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=39.62%
G=11.95%
B=48.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6319770.180.7500.70285.5260.4218.82
Hex3F134D124B04611e3c13
Octal77231152211301064367423
Binary1111111001110011011001010010110100011010001111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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