Html Css Color HEX #3E045A Blackcurrant

📋 copy color: '#3E045A'

red 62 ◦ green 4 ◦ blue 90

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

Shades of Blackcurrant #3E045A

Tints of Blackcurrant #3E045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 39.74%
G = 2.56%
B = 57.69%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E045A (or 0x3E045A) is known color: Blackcurrant. HEX triplet: 3E, 04 and 5A. RGB value is (62,4,90). Sum of RGB (Red+Green+Blue) = 62+4+90=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E045A is #C1FBA5. Grayscale: #1E1E1E. Windows color (decimal): -12712870 or 5899326. OLE color: 5899326.

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

Color convert

RGB 62 4 90 -
CMYK 0.31 0.96 0 0.65
HSL 280.47º 0.91% 0.18% -
HSV(B) 280.47º 0.96% 0.35% -
XYZ 3.88 1.85 9.83 -
YUV 31.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 62 4 90 0.31 0.96 0 0.65 280.47 0.91 0.18
Hex 3E 4 5A 1F 60 0 41 118 5B 12
Octal 76 4 132 37 140 0 101 430 133 22
Binary 111110 100 1011010 11111 1100000 0 1000001 100011000 1011011 10010

Color Harmonies of #3E045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E045A

Black with #3E045A

Text Example


Text Example

White with #3E045A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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