#2B3547

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

Shades of Licorice #2B3547

Tints of Licorice #2B3547

Color information

#2B3547 (or 0x2B3547) is unknown color: approx Licorice. HEX triplet: 2B, 35 and 47. RGB value is (43,53,71). Sum of RGB (Red+Green+Blue) = 43+53+71=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3547 is #D4CAB8. Grayscale: #333333. Windows color (decimal): -13945529 or 4666667. OLE color: 4666667.

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

Color convert

RGB435371-
CMYK0.390.2500.72
HSL218.57º24.56%22.35%-
HSV(B)218.57º39.44%27.84%-
XYZ3.413.516.46-
YUV52.06138.69121.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=25.75%
G=31.74%
B=42.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4353710.390.2500.72218.5724.5622.35
Hex2B35472719048db1916
Octal5365107473101103333126
Binary10101111010110001111001111100101001000110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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