Html Css Color HEX #3E074C Blackcurrant

📋 copy color: '#3E074C'

red 62 ◦ green 7 ◦ blue 76

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

Shades of Blackcurrant #3E074C

Tints of Blackcurrant #3E074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 42.76%
G = 4.83%
B = 52.41%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E074C (or 0x3E074C) is known color: Blackcurrant. HEX triplet: 3E, 07 and 4C. RGB value is (62,7,76). Sum of RGB (Red+Green+Blue) = 62+7+76=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E074C is #C1F8B3. Grayscale: #1F1F1F. Windows color (decimal): -12712116 or 4982590. OLE color: 4982590.

HSL color Cylindrical-coordinate representation of color #3E074C: hue angle of 287.83º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E074C is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 7 76 -
CMYK 0.18 0.91 0 0.70
HSL 287.83º 0.83% 0.16% -
HSV(B) 287.83º 0.91% 0.3% -
XYZ 3.37 1.7 6.99 -
YUV 31.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 62 7 76 0.18 0.91 0 0.70 287.83 0.83 0.16
Hex 3E 7 4C 12 5B 0 46 120 53 10
Octal 76 7 114 22 133 0 106 440 123 20
Binary 111110 111 1001100 10010 1011011 0 1000110 100100000 1010011 10000

Color Harmonies of #3E074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E074C

Black with #3E074C

Text Example


Text Example

White with #3E074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,7,76); }

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

background-color css

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

 a { background-color: rgb(62,7,76); }

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

border-color css

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

 span { border-color: rgb(62,7,76); }

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