#343948

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

Shades of Licorice #343948

Tints of Licorice #343948

Color information

#343948 (or 0x343948) is unknown color: approx Licorice. HEX triplet: 34, 39 and 48. RGB value is (52,57,72). Sum of RGB (Red+Green+Blue) = 52+57+72=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #343948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343948 is #CBC6B7. Grayscale: #393939. Windows color (decimal): -13354680 or 4733236. OLE color: 4733236.

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

Color convert

RGB525772-
CMYK0.280.2100.72
HSL225º16.13%24.31%-
HSV(B)225º27.78%28.24%-
XYZ4.054.126.71-
YUV57.22136.34124.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=28.73%
G=31.49%
B=39.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5257720.280.2100.7222516.1324.31
Hex3439481C15048e11018
Octal6471110342501103412030
Binary1101001110011001000111001010101001000111000011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343948; }

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

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

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

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

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

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

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

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