Html Css Color HEX #2D3745 Licorice

📋 copy color: '#2D3745'

red 45 ◦ green 55 ◦ blue 69

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

Shades of Licorice #2D3745

Tints of Licorice #2D3745

RGB

 RED value IS 45 (17.97% from 255) = 26.63%

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

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

R = 26.63%
G = 32.54%
B = 40.83%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2D3745 (or 0x2D3745) is known color: Licorice. HEX triplet: 2D, 37 and 45. RGB value is (45,55,69). Sum of RGB (Red+Green+Blue) = 45+55+69=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3745 is #D2C8BA. Grayscale: #353535. Windows color (decimal): -13813947 or 4536109. OLE color: 4536109.

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

Color convert

RGB 45 55 69 -
CMYK 0.35 0.20 0 0.73
HSL 215º 0.21% 0.22% -
HSV(B) 215º 0.35% 0.27% -
XYZ 3.52 3.72 6.16 -
YUV 53.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 45 55 69 0.35 0.20 0 0.73 215 0.21 0.22
Hex 2D 37 45 23 14 0 49 D7 15 16
Octal 55 67 105 43 24 0 111 327 25 26
Binary 101101 110111 1000101 100011 10100 0 1001001 11010111 10101 10110

Color Harmonies of #2D3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3745

Black with #2D3745

Text Example


Text Example

White with #2D3745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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