#3E004A

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

Shades of Blackcurrant #3E004A

Tints of Blackcurrant #3E004A

Color information

#3E004A (or 0x3E004A) is unknown color: approx Blackcurrant. HEX triplet: 3E, 00 and 4A. RGB value is (62,0,74). Sum of RGB (Red+Green+Blue) = 62+0+74=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E004A is #C1FFB5. Grayscale: #1A1A1A. Windows color (decimal): -12713910 or 4849726. OLE color: 4849726.

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

Color convert

RGB62074-
CMYK0.16100.71
HSL290.27º100%14.51%-
HSV(B)290.27º100%29.02%-
XYZ3.221.526.6-
YUV26.97154.54152.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=45.59%
G=0%
B=54.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal620740.16100.71290.2710014.51
Hex3E04A106404712264f
Octal76011220144010744214417
Binary111110010010101000011001000100011110010001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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