#2D3845

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

Shades of Licorice #2D3845

Tints of Licorice #2D3845

Color information

#2D3845 (or 0x2D3845) is unknown color: approx Licorice. HEX triplet: 2D, 38 and 45. RGB value is (45,56,69). Sum of RGB (Red+Green+Blue) = 45+56+69=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D3845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3845 is #D2C7BA. Grayscale: #363636. Windows color (decimal): -13813691 or 4536365. OLE color: 4536365.

HSL color Cylindrical-coordinate representation of color #2D3845: hue angle of 212.5º 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 #2D3845 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB455669-
CMYK0.350.1900.73
HSL212.5º21.05%22.35%-
HSV(B)212.5º34.78%27.06%-
XYZ3.573.826.18-
YUV54.19136.36121.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=26.47%
G=32.94%
B=40.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4556690.350.1900.73212.521.0522.35
Hex2D38452313049d41516
Octal5570105432301113242526
Binary10110111100010001011000111001101001001110101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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