#3F0E4B

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

Shades of Blackcurrant #3F0E4B

Tints of Blackcurrant #3F0E4B

Color information

#3F0E4B (or 0x3F0E4B) is unknown color: approx Blackcurrant. HEX triplet: 3F, 0E and 4B. RGB value is (63,14,75). Sum of RGB (Red+Green+Blue) = 63+14+75=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F0E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E4B is #C0F1B4. Grayscale: #232323. Windows color (decimal): -12644789 or 4918847. OLE color: 4918847.

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

Color convert

RGB631475-
CMYK0.160.8100.71
HSL288.2º68.54%17.45%-
HSV(B)288.2º81.33%29.41%-
XYZ3.481.886.84-
YUV35.61150.23147.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.45%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=41.45%
G=9.21%
B=49.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6314750.160.8100.71288.268.5417.45
Hex3FE4B10510471204511
Octal771611320121010744010521
Binary1111111110100101110000101000101000111100100000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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