#2B3545

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

Shades of Licorice #2B3545

Tints of Licorice #2B3545

Color information

#2B3545 (or 0x2B3545) is unknown color: approx Licorice. HEX triplet: 2B, 35 and 45. RGB value is (43,53,69). Sum of RGB (Red+Green+Blue) = 43+53+69=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B3545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3545 is #D4CABA. Grayscale: #333333. Windows color (decimal): -13945531 or 4535595. OLE color: 4535595.

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

Color convert

RGB435369-
CMYK0.380.2300.73
HSL216.92º23.21%21.96%-
HSV(B)216.92º37.68%27.06%-
XYZ3.343.496.13-
YUV51.83137.69121.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=26.06%
G=32.12%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4353690.380.2300.73216.9223.2121.96
Hex2B35452617049d91716
Octal5365105462701113312726
Binary10101111010110001011001101011101001001110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,69); }

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

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

 a { background-color: rgb(43,53,69); }

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

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

 span { border-color: rgb(43,53,69); }

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