#2B3947

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

Shades of Licorice #2B3947

Tints of Licorice #2B3947

Color information

#2B3947 (or 0x2B3947) is unknown color: approx Licorice. HEX triplet: 2B, 39 and 47. RGB value is (43,57,71). Sum of RGB (Red+Green+Blue) = 43+57+71=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3947 is #D4C6B8. Grayscale: #363636. Windows color (decimal): -13944505 or 4667691. OLE color: 4667691.

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

Color convert

RGB435771-
CMYK0.390.2000.72
HSL210º24.56%22.35%-
HSV(B)210º39.44%27.84%-
XYZ3.63.896.52-
YUV54.41137.36119.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=25.15%
G=33.33%
B=41.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4357710.390.2000.7221024.5622.35
Hex2B39472714048d21916
Octal5371107472401103223126
Binary10101111100110001111001111010001001000110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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