Html Css Color HEX #3E054C Blackcurrant

📋 copy color: '#3E054C'

red 62 ◦ green 5 ◦ blue 76

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

Shades of Blackcurrant #3E054C

Tints of Blackcurrant #3E054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 43.36%
G = 3.5%
B = 53.15%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E054C (or 0x3E054C) is known color: Blackcurrant. HEX triplet: 3E, 05 and 4C. RGB value is (62,5,76). Sum of RGB (Red+Green+Blue) = 62+5+76=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E054C is #C1FAB3. Grayscale: #1D1D1D. Windows color (decimal): -12712628 or 4982078. OLE color: 4982078.

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

Color convert

RGB 62 5 76 -
CMYK 0.18 0.93 0 0.70
HSL 288.17º 0.88% 0.16% -
HSV(B) 288.17º 0.93% 0.3% -
XYZ 3.35 1.65 6.98 -
YUV 30.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 62 5 76 0.18 0.93 0 0.70 288.17 0.88 0.16
Hex 3E 5 4C 12 5D 0 46 120 58 10
Octal 76 5 114 22 135 0 106 440 130 20
Binary 111110 101 1001100 10010 1011101 0 1000110 100100000 1011000 10000

Color Harmonies of #3E054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E054C

Black with #3E054C

Text Example


Text Example

White with #3E054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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