#2B3847

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

Shades of Licorice #2B3847

Tints of Licorice #2B3847

Color information

#2B3847 (or 0x2B3847) is unknown color: approx Licorice. HEX triplet: 2B, 38 and 47. RGB value is (43,56,71). Sum of RGB (Red+Green+Blue) = 43+56+71=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3847 is #D4C7B8. Grayscale: #353535. Windows color (decimal): -13944761 or 4667435. OLE color: 4667435.

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

Color convert

RGB435671-
CMYK0.390.2100.72
HSL212.14º24.56%22.35%-
HSV(B)212.14º39.44%27.84%-
XYZ3.553.86.51-
YUV53.82137.69120.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=25.29%
G=32.94%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4356710.390.2100.72212.1424.5622.35
Hex2B38472715048d41916
Octal5370107472501103243126
Binary10101111100010001111001111010101001000110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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