#3F164E

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

Shades of Blackcurrant #3F164E

Tints of Blackcurrant #3F164E

Color information

#3F164E (or 0x3F164E) is unknown color: approx Blackcurrant. HEX triplet: 3F, 16 and 4E. RGB value is (63,22,78). Sum of RGB (Red+Green+Blue) = 63+22+78=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F164E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F164E is #C0E9B1. Grayscale: #282828. Windows color (decimal): -12642738 or 5117503. OLE color: 5117503.

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

Color convert

RGB632278-
CMYK0.190.7200.69
HSL283.93º56%19.61%-
HSV(B)283.93º71.79%30.59%-
XYZ3.712.187.43-
YUV40.64149.08143.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=38.65%
G=13.50%
B=47.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6322780.190.7200.69283.935619.61
Hex3F164E134804511c3814
Octal77261162311001054347024
Binary1111111011010011101001110010000100010110001110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,22,78); }

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

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

 a { background-color: rgb(63,22,78); }

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

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

 span { border-color: rgb(63,22,78); }

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