#3E014A

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

Shades of Blackcurrant #3E014A

Tints of Blackcurrant #3E014A

Color information

#3E014A (or 0x3E014A) is unknown color: approx Blackcurrant. HEX triplet: 3E, 01 and 4A. RGB value is (62,1,74). Sum of RGB (Red+Green+Blue) = 62+1+74=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E014A is #C1FEB5. Grayscale: #1B1B1B. Windows color (decimal): -12713654 or 4849982. OLE color: 4849982.

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

Color convert

RGB62174-
CMYK0.160.9900.71
HSL290.14º97.33%14.71%-
HSV(B)290.14º98.65%29.02%-
XYZ3.231.546.61-
YUV27.56154.21152.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 74 (29.30% from 255) = 54.01%
R=45.26%
G=0.73%
B=54.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal621740.160.9900.71290.1497.3314.71
Hex3E14A106304712261f
Octal76111220143010744214117
Binary111110110010101000011000110100011110010001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,74); }

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

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

 a { background-color: rgb(62,1,74); }

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

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

 span { border-color: rgb(62,1,74); }

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