Html Css Color HEX #3E014F Blackcurrant

📋 copy color: '#3E014F'

red 62 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #3E014F

Tints of Blackcurrant #3E014F

RGB

 RED value IS 62 (24.61% from 255) = 43.66%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 79 (31.25% from 255) = 55.63%

R = 43.66%
G = 0.7%
B = 55.63%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E014F (or 0x3E014F) is known color: Blackcurrant. HEX triplet: 3E, 01 and 4F. RGB value is (62,1,79). Sum of RGB (Red+Green+Blue) = 62+1+79=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E014F is #C1FEB0. Grayscale: #1B1B1B. Windows color (decimal): -12713649 or 5177662. OLE color: 5177662.

HSL color Cylindrical-coordinate representation of color #3E014F: hue angle of 286.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E014F is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 1 79 -
CMYK 0.22 0.99 0 0.69
HSL 286.92º 0.98% 0.16% -
HSV(B) 286.92º 0.99% 0.31% -
XYZ 3.41 1.61 7.53 -
YUV 28.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 62 1 79 0.22 0.99 0 0.69 286.92 0.98 0.16
Hex 3E 1 4F 16 63 0 45 11F 62 10
Octal 76 1 117 26 143 0 105 437 142 20
Binary 111110 1 1001111 10110 1100011 0 1000101 100011111 1100010 10000

Color Harmonies of #3E014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E014F

Black with #3E014F

Text Example


Text Example

White with #3E014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E014F;
 }
 .AnyTagClassName
 {
   color: #3E014F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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