Html Css Color HEX #2E054D Blackcurrant

📋 copy color: '#2E054D'

red 46 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #2E054D

Tints of Blackcurrant #2E054D

RGB

 RED value IS 46 (18.36% from 255) = 35.94%

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

 BLUE value IS 77 (30.47% from 255) = 60.16%

R = 35.94%
G = 3.91%
B = 60.16%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E054D (or 0x2E054D) is known color: Blackcurrant. HEX triplet: 2E, 05 and 4D. RGB value is (46,5,77). Sum of RGB (Red+Green+Blue) = 46+5+77=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E054D is #D1FAB2. Grayscale: #191919. Windows color (decimal): -13761203 or 5047598. OLE color: 5047598.

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

Color convert

RGB 46 5 77 -
CMYK 0.40 0.94 0 0.70
HSL 274.17º 0.88% 0.16% -
HSV(B) 274.17º 0.94% 0.3% -
XYZ 2.52 1.23 7.12 -
YUV 25.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 46 5 77 0.40 0.94 0 0.70 274.17 0.88 0.16
Hex 2E 5 4D 28 5E 0 46 112 58 10
Octal 56 5 115 50 136 0 106 422 130 20
Binary 101110 101 1001101 101000 1011110 0 1000110 100010010 1011000 10000

Color Harmonies of #2E054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E054D

Black with #2E054D

Text Example


Text Example

White with #2E054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E054D; }

 p { color: rgb(46,5,77); }

 H1.HeaderClassName
 {
   color: #2E054D;
 }
 .AnyTagClassName
 {
   color: #2E054D;
 }
</style>

background-color css

<style>
 a { background-color: #2E054D; }

 a { background-color: rgb(46,5,77); }

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

border-color css

<style>
 span { border-color: #2E054D; }

 span { border-color: rgb(46,5,77); }

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