#3F0558

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

Shades of Blackcurrant #3F0558

Tints of Blackcurrant #3F0558

Color information

#3F0558 (or 0x3F0558) is unknown color: approx Blackcurrant. HEX triplet: 3F, 05 and 58. RGB value is (63,5,88). Sum of RGB (Red+Green+Blue) = 63+5+88=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0558 is #C0FAA7. Grayscale: #1F1F1F. Windows color (decimal): -12647080 or 5768511. OLE color: 5768511.

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

Color convert

RGB63588-
CMYK0.280.9400.65
HSL281.93º89.25%18.24%-
HSV(B)281.93º94.32%34.51%-
XYZ3.871.879.39-
YUV31.8159.72150.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=40.38%
G=3.21%
B=56.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal635880.280.9400.65281.9389.2518.24
Hex3F5581C5E04111a5912
Octal77513034136010143213122
Binary111111101101100011100101111001000001100011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,88); }

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

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

 a { background-color: rgb(63,5,88); }

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

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

 span { border-color: rgb(63,5,88); }

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