#2D3949

Color #2D3949 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2D3949

Tints of Licorice #2D3949

Color information

#2D3949 (or 0x2D3949) is unknown color: approx 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

RGB455773-
CMYK0.380.2200.71
HSL214.29º23.73%23.14%-
HSV(B)214.29º38.36%28.63%-
XYZ3.753.976.87-
YUV55.24138.02120.7-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4557730.380.2200.71214.2923.7323.14
Hex2D39492616047d61817
Octal5571111462601073263027
Binary10110111100110010011001101011001000111110101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>