Html Css Color HEX #2D3949 Licorice

📋 copy color: '#2D3949'

red 45 ◦ green 57 ◦ blue 73

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

Shades of Licorice #2D3949

Tints of Licorice #2D3949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 25.71%
G = 32.57%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D3949 (or 0x2D3949) is known color: Licorice. HEX triplet: 2D, 39 and 49. RGB value is (45,57,73). Sum of RGB (Red+Green+Blue) = 45+57+73=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D3949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3949 is #D2C6B6. Grayscale: #373737. Windows color (decimal): -13813431 or 4798765. OLE color: 4798765.

HSL color Cylindrical-coordinate representation of color #2D3949: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D3949 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 57 73 -
CMYK 0.38 0.22 0 0.71
HSL 214.29º 0.24% 0.23% -
HSV(B) 214.29º 0.38% 0.29% -
XYZ 3.75 3.97 6.87 -
YUV 55.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 45 57 73 0.38 0.22 0 0.71 214.29 0.24 0.23
Hex 2D 39 49 26 16 0 47 D6 18 17
Octal 55 71 111 46 26 0 107 326 30 27
Binary 101101 111001 1001001 100110 10110 0 1000111 11010110 11000 10111

Color Harmonies of #2D3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3949

Black with #2D3949

Text Example


Text Example

White with #2D3949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,57,73); }

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

background-color css

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

 a { background-color: rgb(45,57,73); }

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

border-color css

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

 span { border-color: rgb(45,57,73); }

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