Html Css Color HEX #3E015A Blackcurrant

📋 copy color: '#3E015A'

red 62 ◦ green 1 ◦ blue 90

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

Shades of Blackcurrant #3E015A

Tints of Blackcurrant #3E015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 40.52%
G = 0.65%
B = 58.82%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E015A (or 0x3E015A) is known color: Blackcurrant. HEX triplet: 3E, 01 and 5A. RGB value is (62,1,90). Sum of RGB (Red+Green+Blue) = 62+1+90=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E015A is #C1FEA5. Grayscale: #1D1D1D. Windows color (decimal): -12713638 or 5898558. OLE color: 5898558.

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

Color convert

RGB 62 1 90 -
CMYK 0.31 0.99 0 0.65
HSL 281.12º 0.98% 0.18% -
HSV(B) 281.12º 0.99% 0.35% -
XYZ 3.84 1.78 9.81 -
YUV 29.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 62 1 90 0.31 0.99 0 0.65 281.12 0.98 0.18
Hex 3E 1 5A 1F 63 0 41 119 62 12
Octal 76 1 132 37 143 0 101 431 142 22
Binary 111110 1 1011010 11111 1100011 0 1000001 100011001 1100010 10010

Color Harmonies of #3E015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E015A

Black with #3E015A

Text Example


Text Example

White with #3E015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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