Html Css Color HEX #2C3949 Licorice

📋 copy color: '#2C3949'

red 44 ◦ green 57 ◦ blue 73

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

Shades of Licorice #2C3949

Tints of Licorice #2C3949

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 value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 44 57 73 -
CMYK 0.40 0.22 0 0.71
HSL 213.1º 0.25% 0.23% -
HSV(B) 213.1º 0.4% 0.29% -
XYZ 3.7 3.94 6.87 -
YUV 54.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 44 57 73 0.40 0.22 0 0.71 213.1 0.25 0.23
Hex 2C 39 49 28 16 0 47 D5 19 17
Octal 54 71 111 50 26 0 107 325 31 27
Binary 101100 111001 1001001 101000 10110 0 1000111 11010101 11001 10111

Color Harmonies of #2C3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3949

Black with #2C3949

Text Example


Text Example

White with #2C3949

Text Example


Text Example

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