#3F0758

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

Shades of Blackcurrant #3F0758

Tints of Blackcurrant #3F0758

Color information

#3F0758 (or 0x3F0758) is unknown color: approx Blackcurrant. HEX triplet: 3F, 07 and 58. RGB value is (63,7,88). Sum of RGB (Red+Green+Blue) = 63+7+88=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0758 is #C0F8A7. Grayscale: #202020. Windows color (decimal): -12646568 or 5769023. OLE color: 5769023.

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

Color convert

RGB63788-
CMYK0.280.9200.65
HSL281.48º85.26%18.63%-
HSV(B)281.48º92.05%34.51%-
XYZ3.891.919.4-
YUV32.98159.05149.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=39.87%
G=4.43%
B=55.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal637880.280.9200.65281.4885.2618.63
Hex3F7581C5C0411195513
Octal77713034134010143112523
Binary111111111101100011100101110001000001100011001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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