#343947

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

Shades of Licorice #343947

Tints of Licorice #343947

Color information

#343947 (or 0x343947) is unknown color: approx Licorice. HEX triplet: 34, 39 and 47. RGB value is (52,57,71). Sum of RGB (Red+Green+Blue) = 52+57+71=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #343947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343947 is #CBC6B8. Grayscale: #393939. Windows color (decimal): -13354681 or 4667700. OLE color: 4667700.

HSL color Cylindrical-coordinate representation of color #343947: hue angle of 224.21º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343947 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB525771-
CMYK0.270.2000.72
HSL224.21º15.45%24.12%-
HSV(B)224.21º26.76%27.84%-
XYZ4.024.116.54-
YUV57.1135.84124.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=28.89%
G=31.67%
B=39.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5257710.270.2000.72224.2115.4524.12
Hex3439471B14048e0f18
Octal6471107332401103401730
Binary110100111001100011111011101000100100011100000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343947; }

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

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

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

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

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

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

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

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