#2C394D

Color #2C394D Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2C394D

Tints of Licorice #2C394D

Color information

#2C394D (or 0x2C394D) is unknown color: approx Licorice. HEX triplet: 2C, 39 and 4D. RGB value is (44,57,77). Sum of RGB (Red+Green+Blue) = 44+57+77=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 57 (22.66% from 255 or 32.02% 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 #2C394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C394D is #D3C6B2. Grayscale: #373737. Windows color (decimal): -13878963 or 5060908. OLE color: 5060908.

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

Color convert

RGB445777-
CMYK0.430.2600.70
HSL216.36º27.27%23.73%-
HSV(B)216.36º42.86%30.2%-
XYZ3.8447.59-
YUV55.39140.19119.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=24.72%
G=32.02%
B=43.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4457770.430.2600.70216.3627.2723.73
Hex2C394D2B1A046d81b18
Octal5471115533201063303330
Binary10110011100110011011010111101001000110110110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C394D;
 }
 .AnyTagClassName
 {
   color: #2C394D;
 }
</style>
background-color css

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

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

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

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

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

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