Html Css Color HEX #3E014A Blackcurrant

📋 copy color: '#3E014A'

red 62 ◦ green 1 ◦ blue 74

#3E014A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #3E014A

Tints of Blackcurrant #3E014A

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.3% from 255) = 54.01%

R = 45.26%
G = 0.73%
B = 54.01%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E014A (or 0x3E014A) is known color: 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

RGB 62 1 74 -
CMYK 0.16 0.99 0 0.71
HSL 290.14º 0.97% 0.15% -
HSV(B) 290.14º 0.99% 0.29% -
XYZ 3.23 1.54 6.61 -
YUV 27.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 62 1 74 0.16 0.99 0 0.71 290.14 0.97 0.15
Hex 3E 1 4A 10 63 0 47 122 61 F
Octal 76 1 112 20 143 0 107 442 141 17
Binary 111110 1 1001010 10000 1100011 0 1000111 100100010 1100001 1111

Color Harmonies of #3E014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E014A

Black with #3E014A

Text Example


Text Example

White with #3E014A

Text Example


Text Example

HTML Codes & Css Web 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>