Html Css Color HEX #2E374D Licorice

📋 copy color: '#2E374D'

red 46 ◦ green 55 ◦ blue 77

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

Shades of Licorice #2E374D

Tints of Licorice #2E374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 25.84%
G = 30.9%
B = 43.26%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E374D (or 0x2E374D) is known color: Licorice. HEX triplet: 2E, 37 and 4D. RGB value is (46,55,77). Sum of RGB (Red+Green+Blue) = 46+55+77=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E374D is #D1C8B2. Grayscale: #363636. Windows color (decimal): -13748403 or 5060398. OLE color: 5060398.

HSL color Cylindrical-coordinate representation of color #2E374D: hue angle of 222.58º 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 #2E374D is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 55 77 -
CMYK 0.40 0.29 0 0.70
HSL 222.58º 0.25% 0.24% -
HSV(B) 222.58º 0.4% 0.3% -
XYZ 3.83 3.85 7.56 -
YUV 54.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 46 55 77 0.40 0.29 0 0.70 222.58 0.25 0.24
Hex 2E 37 4D 28 1D 0 46 DF 19 18
Octal 56 67 115 50 35 0 106 337 31 30
Binary 101110 110111 1001101 101000 11101 0 1000110 11011111 11001 11000

Color Harmonies of #2E374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E374D

Black with #2E374D

Text Example


Text Example

White with #2E374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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