#3F024E

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

Shades of Blackcurrant #3F024E

Tints of Blackcurrant #3F024E

Color information

#3F024E (or 0x3F024E) is unknown color: approx Blackcurrant. HEX triplet: 3F, 02 and 4E. RGB value is (63,2,78). Sum of RGB (Red+Green+Blue) = 63+2+78=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F024E is #C0FDB1. Grayscale: #1C1C1C. Windows color (decimal): -12647858 or 5112383. OLE color: 5112383.

HSL color Cylindrical-coordinate representation of color #3F024E: hue angle of 288.16º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F024E is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63278-
CMYK0.190.9700.69
HSL288.16º95%15.69%-
HSV(B)288.16º97.44%30.59%-
XYZ3.451.657.34-
YUV28.9155.71152.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=44.06%
G=1.40%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal632780.190.9700.69288.169515.69
Hex3F24E13610451205f10
Octal77211623141010544013720
Binary11111110100111010011110000101000101100100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,78); }

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

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

 a { background-color: rgb(63,2,78); }

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

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

 span { border-color: rgb(63,2,78); }

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