#2C3747

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

Shades of Licorice #2C3747

Tints of Licorice #2C3747

Color information

#2C3747 (or 0x2C3747) is unknown color: approx Licorice. HEX triplet: 2C, 37 and 47. RGB value is (44,55,71). Sum of RGB (Red+Green+Blue) = 44+55+71=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3747 is #D3C8B8. Grayscale: #353535. Windows color (decimal): -13879481 or 4667180. OLE color: 4667180.

HSL color Cylindrical-coordinate representation of color #2C3747: hue angle of 215.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C3747 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB445571-
CMYK0.380.2300.72
HSL215.56º23.48%22.55%-
HSV(B)215.56º38.03%27.84%-
XYZ3.543.726.49-
YUV53.54137.86121.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=25.88%
G=32.35%
B=41.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4455710.380.2300.72215.5623.4822.55
Hex2C37472617048d81717
Octal5467107462701103302727
Binary10110011011110001111001101011101001000110110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,71); }

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

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

 a { background-color: rgb(44,55,71); }

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

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

 span { border-color: rgb(44,55,71); }

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