#2B3645

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

Shades of Licorice #2B3645

Tints of Licorice #2B3645

Color information

#2B3645 (or 0x2B3645) is unknown color: approx Licorice. HEX triplet: 2B, 36 and 45. RGB value is (43,54,69). Sum of RGB (Red+Green+Blue) = 43+54+69=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B3645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3645 is #D4C9BA. Grayscale: #343434. Windows color (decimal): -13945275 or 4535851. OLE color: 4535851.

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

Color convert

RGB435469-
CMYK0.380.2200.73
HSL214.62º23.21%21.96%-
HSV(B)214.62º37.68%27.06%-
XYZ3.393.586.14-
YUV52.42137.36121.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=25.90%
G=32.53%
B=41.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4354690.380.2200.73214.6223.2121.96
Hex2B36452616049d71716
Octal5366105462601113272726
Binary10101111011010001011001101011001001001110101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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