#3E0149

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

Shades of Blackcurrant #3E0149

Tints of Blackcurrant #3E0149

Color information

#3E0149 (or 0x3E0149) is unknown color: approx Blackcurrant. HEX triplet: 3E, 01 and 49. RGB value is (62,1,73). Sum of RGB (Red+Green+Blue) = 62+1+73=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0149 is #C1FEB6. Grayscale: #1B1B1B. Windows color (decimal): -12713655 or 4784446. OLE color: 4784446.

HSL color Cylindrical-coordinate representation of color #3E0149: hue angle of 290.83º 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 #3E0149 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB62173-
CMYK0.150.9900.71
HSL290.83º97.3%14.51%-
HSV(B)290.83º98.63%28.63%-
XYZ3.21.536.43-
YUV27.45153.71152.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=45.59%
G=0.74%
B=53.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal621730.150.9900.71290.8397.314.51
Hex3E149F6304712361f
Octal76111117143010744314117
Binary11111011001001111111000110100011110010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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