Html Css Color HEX #2C3947 Licorice

📋 copy color: '#2C3947'

red 44 ◦ green 57 ◦ blue 71

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

Shades of Licorice #2C3947

Tints of Licorice #2C3947

RGB

 RED value IS 44 (17.58% from 255) = 25.58%

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 25.58%
G = 33.14%
B = 41.28%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C3947 (or 0x2C3947) is known color: Licorice. HEX triplet: 2C, 39 and 47. RGB value is (44,57,71). Sum of RGB (Red+Green+Blue) = 44+57+71=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3947 is #D3C6B8. Grayscale: #363636. Windows color (decimal): -13878969 or 4667692. OLE color: 4667692.

HSL color Cylindrical-coordinate representation of color #2C3947: hue angle of 211.11º 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 #2C3947 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 57 71 -
CMYK 0.38 0.20 0 0.72
HSL 211.11º 0.23% 0.23% -
HSV(B) 211.11º 0.38% 0.28% -
XYZ 3.64 3.92 6.53 -
YUV 54.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 44 57 71 0.38 0.20 0 0.72 211.11 0.23 0.23
Hex 2C 39 47 26 14 0 48 D3 17 17
Octal 54 71 107 46 24 0 110 323 27 27
Binary 101100 111001 1000111 100110 10100 0 1001000 11010011 10111 10111

Color Harmonies of #2C3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3947

Black with #2C3947

Text Example


Text Example

White with #2C3947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C3947;
 }
 .AnyTagClassName
 {
   color: #2C3947;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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