Html Css Color HEX #3E084F Blackcurrant

📋 copy color: '#3E084F'

red 62 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #3E084F

Tints of Blackcurrant #3E084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 41.61%
G = 5.37%
B = 53.02%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E084F (or 0x3E084F) is known color: Blackcurrant. HEX triplet: 3E, 08 and 4F. RGB value is (62,8,79). Sum of RGB (Red+Green+Blue) = 62+8+79=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E084F is #C1F7B0. Grayscale: #202020. Windows color (decimal): -12711857 or 5179454. OLE color: 5179454.

HSL color Cylindrical-coordinate representation of color #3E084F: hue angle of 285.63º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E084F is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 8 79 -
CMYK 0.22 0.90 0 0.69
HSL 285.63º 0.82% 0.17% -
HSV(B) 285.63º 0.9% 0.31% -
XYZ 3.48 1.76 7.55 -
YUV 32.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 62 8 79 0.22 0.90 0 0.69 285.63 0.82 0.17
Hex 3E 8 4F 16 5A 0 45 11E 52 11
Octal 76 10 117 26 132 0 105 436 122 21
Binary 111110 1000 1001111 10110 1011010 0 1000101 100011110 1010010 10001

Color Harmonies of #3E084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E084F

Black with #3E084F

Text Example


Text Example

White with #3E084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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