#3E0058

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

Shades of Blackcurrant #3E0058

Tints of Blackcurrant #3E0058

Color information

#3E0058 (or 0x3E0058) is unknown color: approx Blackcurrant. HEX triplet: 3E, 00 and 58. RGB value is (62,0,88). Sum of RGB (Red+Green+Blue) = 62+0+88=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0058 is #C1FFA7. Grayscale: #1C1C1C. Windows color (decimal): -12713896 or 5767230. OLE color: 5767230.

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

Color convert

RGB62088-
CMYK0.30100.65
HSL282.27º100%17.25%-
HSV(B)282.27º100%34.51%-
XYZ3.751.739.37-
YUV28.57161.54151.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 58.67%
R=41.33%
G=0%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal620880.30100.65282.2710017.25
Hex3E0581E6404111a6411
Octal76013036144010143214421
Binary1111100101100011110110010001000001100011010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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