Html Css Color HEX #2C3745 Licorice

📋 copy color: '#2C3745'

red 44 ◦ green 55 ◦ blue 69

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

Shades of Licorice #2C3745

Tints of Licorice #2C3745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 69 (27.34% from 255) = 41.07%

R = 26.19%
G = 32.74%
B = 41.07%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2C3745 (or 0x2C3745) is known color: Licorice. HEX triplet: 2C, 37 and 45. RGB value is (44,55,69). Sum of RGB (Red+Green+Blue) = 44+55+69=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #2C3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3745 is #D3C8BA. Grayscale: #353535. Windows color (decimal): -13879483 or 4536108. OLE color: 4536108.

HSL color Cylindrical-coordinate representation of color #2C3745: hue angle of 213.6º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C3745 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 55 69 -
CMYK 0.36 0.20 0 0.73
HSL 213.6º 0.22% 0.22% -
HSV(B) 213.6º 0.36% 0.27% -
XYZ 3.48 3.7 6.16 -
YUV 53.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 44 55 69 0.36 0.20 0 0.73 213.6 0.22 0.22
Hex 2C 37 45 24 14 0 49 D6 16 16
Octal 54 67 105 44 24 0 111 326 26 26
Binary 101100 110111 1000101 100100 10100 0 1001001 11010110 10110 10110

Color Harmonies of #2C3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3745

Black with #2C3745

Text Example


Text Example

White with #2C3745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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