#3F194B

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

Shades of Blackcurrant #3F194B

Tints of Blackcurrant #3F194B

Color information

#3F194B (or 0x3F194B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 19 and 4B. RGB value is (63,25,75). Sum of RGB (Red+Green+Blue) = 63+25+75=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F194B is #C0E6B4. Grayscale: #292929. Windows color (decimal): -12641973 or 4921663. OLE color: 4921663.

HSL color Cylindrical-coordinate representation of color #3F194B: hue angle of 285.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F194B is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB632575-
CMYK0.160.6700.71
HSL285.6º50%19.61%-
HSV(B)285.6º66.67%29.41%-
XYZ3.672.266.9-
YUV42.06146.59142.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=38.65%
G=15.34%
B=46.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6325750.160.6700.71285.65019.61
Hex3F194B104304711e3214
Octal77311132010301074366224
Binary1111111100110010111000010000110100011110001111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,75); }

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

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

 a { background-color: rgb(63,25,75); }

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

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

 span { border-color: rgb(63,25,75); }

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