#3F0459

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

Shades of Blackcurrant #3F0459

Tints of Blackcurrant #3F0459

Color information

#3F0459 (or 0x3F0459) is unknown color: approx Blackcurrant. HEX triplet: 3F, 04 and 59. RGB value is (63,4,89). Sum of RGB (Red+Green+Blue) = 63+4+89=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0459 is #C0FBA6. Grayscale: #1F1F1F. Windows color (decimal): -12647335 or 5833791. OLE color: 5833791.

HSL color Cylindrical-coordinate representation of color #3F0459: hue angle of 281.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0459 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB63489-
CMYK0.290.9600.65
HSL281.65º91.4%18.24%-
HSV(B)281.65º95.51%34.9%-
XYZ3.91.869.61-
YUV31.33160.55150.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=40.38%
G=2.56%
B=57.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal634890.290.9600.65281.6591.418.24
Hex3F4591D6004111a5b12
Octal77413135140010143213322
Binary111111100101100111101110000001000001100011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,4,89); }

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

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

 a { background-color: rgb(63,4,89); }

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

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

 span { border-color: rgb(63,4,89); }

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