#2C374C

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

Shades of Licorice #2C374C

Tints of Licorice #2C374C

Color information

#2C374C (or 0x2C374C) is unknown color: approx Licorice. HEX triplet: 2C, 37 and 4C. RGB value is (44,55,76). Sum of RGB (Red+Green+Blue) = 44+55+76=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C374C is #D3C8B3. Grayscale: #363636. Windows color (decimal): -13879476 or 4994860. OLE color: 4994860.

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

Color convert

RGB445576-
CMYK0.420.2800.70
HSL219.38º26.67%23.53%-
HSV(B)219.38º42.11%29.8%-
XYZ3.713.797.37-
YUV54.1140.36120.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=25.14%
G=31.43%
B=43.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4455760.420.2800.70219.3826.6723.53
Hex2C374C2A1C046db1b18
Octal5467114523401063333330
Binary10110011011110011001010101110001000110110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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