#2B3747

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

Shades of Licorice #2B3747

Tints of Licorice #2B3747

Color information

#2B3747 (or 0x2B3747) is unknown color: approx Licorice. HEX triplet: 2B, 37 and 47. RGB value is (43,55,71). Sum of RGB (Red+Green+Blue) = 43+55+71=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3747 is #D4C8B8. Grayscale: #353535. Windows color (decimal): -13945017 or 4667179. OLE color: 4667179.

HSL color Cylindrical-coordinate representation of color #2B3747: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B3747 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB435571-
CMYK0.390.2300.72
HSL214.29º24.56%22.35%-
HSV(B)214.29º39.44%27.84%-
XYZ3.53.76.49-
YUV53.24138.02120.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=25.44%
G=32.54%
B=42.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4355710.390.2300.72214.2924.5622.35
Hex2B37472717048d61916
Octal5367107472701103263126
Binary10101111011110001111001111011101001000110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,71); }

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

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

 a { background-color: rgb(43,55,71); }

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

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

 span { border-color: rgb(43,55,71); }

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