#3F054A

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

Shades of Blackcurrant #3F054A

Tints of Blackcurrant #3F054A

Color information

#3F054A (or 0x3F054A) is unknown color: approx Blackcurrant. HEX triplet: 3F, 05 and 4A. RGB value is (63,5,74). Sum of RGB (Red+Green+Blue) = 63+5+74=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F054A is #C0FAB5. Grayscale: #1D1D1D. Windows color (decimal): -12647094 or 4851007. OLE color: 4851007.

HSL color Cylindrical-coordinate representation of color #3F054A: hue angle of 290.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F054A is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63574-
CMYK0.150.9300.71
HSL290.43º87.34%15.49%-
HSV(B)290.43º93.24%29.02%-
XYZ3.341.666.62-
YUV30.21152.72151.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=44.37%
G=3.52%
B=52.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal635740.150.9300.71290.4387.3415.49
Hex3F54AF5D04712257f
Octal77511217135010744212717
Binary1111111011001010111110111010100011110010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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