Html Css Color HEX #2C3747 Licorice

📋 copy color: '#2C3747'

red 44 ◦ green 55 ◦ blue 71

#2C3747
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #2C3747

Tints of Licorice #2C3747

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.13% from 255) = 41.76%

R = 25.88%
G = 32.35%
B = 41.76%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C3747 (or 0x2C3747) is known color: 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

RGB 44 55 71 -
CMYK 0.38 0.23 0 0.72
HSL 215.56º 0.23% 0.23% -
HSV(B) 215.56º 0.38% 0.28% -
XYZ 3.54 3.72 6.49 -
YUV 53.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 44 55 71 0.38 0.23 0 0.72 215.56 0.23 0.23
Hex 2C 37 47 26 17 0 48 D8 17 17
Octal 54 67 107 46 27 0 110 330 27 27
Binary 101100 110111 1000111 100110 10111 0 1001000 11011000 10111 10111

Color Harmonies of #2C3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3747

Black with #2C3747

Text Example


Text Example

White with #2C3747

Text Example


Text Example

HTML Codes & Css Web 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>