Html Css Color HEX #2E394D Licorice

📋 copy color: '#2E394D'

red 46 ◦ green 57 ◦ blue 77

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

Shades of Licorice #2E394D

Tints of Licorice #2E394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 25.56%
G = 31.67%
B = 42.78%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E394D (or 0x2E394D) is known color: Licorice. HEX triplet: 2E, 39 and 4D. RGB value is (46,57,77). Sum of RGB (Red+Green+Blue) = 46+57+77=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E394D is #D1C6B2. Grayscale: #373737. Windows color (decimal): -13747891 or 5060910. OLE color: 5060910.

HSL color Cylindrical-coordinate representation of color #2E394D: hue angle of 218.71º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E394D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 57 77 -
CMYK 0.40 0.26 0 0.70
HSL 218.71º 0.25% 0.24% -
HSV(B) 218.71º 0.4% 0.3% -
XYZ 3.93 4.04 7.59 -
YUV 55.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 46 57 77 0.40 0.26 0 0.70 218.71 0.25 0.24
Hex 2E 39 4D 28 1A 0 46 DB 19 18
Octal 56 71 115 50 32 0 106 333 31 30
Binary 101110 111001 1001101 101000 11010 0 1000110 11011011 11001 11000

Color Harmonies of #2E394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E394D

Black with #2E394D

Text Example


Text Example

White with #2E394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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