#3E0458

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

Shades of Blackcurrant #3E0458

Tints of Blackcurrant #3E0458

Color information

#3E0458 (or 0x3E0458) is unknown color: approx Blackcurrant. HEX triplet: 3E, 04 and 58. RGB value is (62,4,88). Sum of RGB (Red+Green+Blue) = 62+4+88=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0458 is #C1FBA7. Grayscale: #1E1E1E. Windows color (decimal): -12712872 or 5768254. OLE color: 5768254.

HSL color Cylindrical-coordinate representation of color #3E0458: hue angle of 281.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0458 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB62488-
CMYK0.300.9500.65
HSL281.43º91.3%18.04%-
HSV(B)281.43º95.45%34.51%-
XYZ3.791.829.38-
YUV30.92160.22150.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.26%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=40.26%
G=2.60%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal624880.300.9500.65281.4391.318.04
Hex3E4581E5F0411195b12
Octal76413036137010143113322
Binary111110100101100011110101111101000001100011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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