#2D3848

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

Shades of Licorice #2D3848

Tints of Licorice #2D3848

Color information

#2D3848 (or 0x2D3848) is unknown color: approx Licorice. HEX triplet: 2D, 38 and 48. RGB value is (45,56,72). Sum of RGB (Red+Green+Blue) = 45+56+72=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D3848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3848 is #D2C7B7. Grayscale: #363636. Windows color (decimal): -13813688 or 4732973. OLE color: 4732973.

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

Color convert

RGB455672-
CMYK0.380.2200.72
HSL215.56º23.08%22.94%-
HSV(B)215.56º37.5%28.24%-
XYZ3.673.856.68-
YUV54.54137.86121.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.01%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=26.01%
G=32.37%
B=41.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4556720.380.2200.72215.5623.0822.94
Hex2D38482616048d81717
Octal5570110462601103302727
Binary10110111100010010001001101011001001000110110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,56,72); }

 H1.HeaderClassName
 {
   color: #2D3848;
 }
 .AnyTagClassName
 {
   color: #2D3848;
 }
</style>
background-color css

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

 a { background-color: rgb(45,56,72); }

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

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

 span { border-color: rgb(45,56,72); }

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