#3E0451

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

Shades of Blackcurrant #3E0451

Tints of Blackcurrant #3E0451

Color information

#3E0451 (or 0x3E0451) is unknown color: approx Blackcurrant. HEX triplet: 3E, 04 and 51. RGB value is (62,4,81). Sum of RGB (Red+Green+Blue) = 62+4+81=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E0451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0451 is #C1FBAE. Grayscale: #1D1D1D. Windows color (decimal): -12712879 or 5309502. OLE color: 5309502.

HSL color Cylindrical-coordinate representation of color #3E0451: hue angle of 285.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0451 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB62481-
CMYK0.230.9500.68
HSL285.19º90.59%16.67%-
HSV(B)285.19º95.06%31.76%-
XYZ3.521.717.93-
YUV30.12156.72150.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=42.18%
G=2.72%
B=55.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal624810.230.9500.68285.1990.5916.67
Hex3E451175F04411d5b11
Octal76412127137010443513321
Binary111110100101000110111101111101000100100011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,81); }

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

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

 a { background-color: rgb(62,4,81); }

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

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

 span { border-color: rgb(62,4,81); }

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