#2C3441

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

Shades of Licorice #2C3441

Tints of Licorice #2C3441

Color information

#2C3441 (or 0x2C3441) is unknown color: approx Licorice. HEX triplet: 2C, 34 and 41. RGB value is (44,52,65). Sum of RGB (Red+Green+Blue) = 44+52+65=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3441 is #D3CBBE. Grayscale: #333333. Windows color (decimal): -13880255 or 4273196. OLE color: 4273196.

HSL color Cylindrical-coordinate representation of color #2C3441: hue angle of 217.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C3441 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB445265-
CMYK0.320.2000.75
HSL217.14º19.27%21.37%-
HSV(B)217.14º32.31%25.49%-
XYZ3.223.375.48-
YUV51.09135.85122.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.33%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=27.33%
G=32.30%
B=40.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4452650.320.2000.75217.1419.2721.37
Hex2C3441201404Bd91315
Octal5464101402401133312325
Binary10110011010010000011000001010001001011110110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,65); }

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

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

 a { background-color: rgb(44,52,65); }

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

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

 span { border-color: rgb(44,52,65); }

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