#2C3949

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

Shades of Licorice #2C3949

Tints of Licorice #2C3949

Color information

#2C3949 (or 0x2C3949) is unknown color: approx Licorice. HEX triplet: 2C, 39 and 49. RGB value is (44,57,73). Sum of RGB (Red+Green+Blue) = 44+57+73=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3949 is #D3C6B6. Grayscale: #363636. Windows color (decimal): -13878967 or 4798764. OLE color: 4798764.

HSL color Cylindrical-coordinate representation of color #2C3949: hue angle of 213.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C3949 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB445773-
CMYK0.400.2200.71
HSL213.1º24.79%22.94%-
HSV(B)213.1º39.73%28.63%-
XYZ3.73.946.87-
YUV54.94138.19120.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=25.29%
G=32.76%
B=41.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4457730.400.2200.71213.124.7922.94
Hex2C39492816047d51917
Octal5471111502601073253127
Binary10110011100110010011010001011001000111110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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