Html Css Color HEX #343948 Licorice

📋 copy color: '#343948'

red 52 ◦ green 57 ◦ blue 72

#343948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #343948

Tints of Licorice #343948

RGB

 RED value IS 52 (20.7% 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 value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#343948 (or 0x343948) is known color: 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

RGB 52 57 72 -
CMYK 0.28 0.21 0 0.72
HSL 225º 0.16% 0.24% -
HSV(B) 225º 0.28% 0.28% -
XYZ 4.05 4.12 6.71 -
YUV 57.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 52 57 72 0.28 0.21 0 0.72 225 0.16 0.24
Hex 34 39 48 1C 15 0 48 E1 10 18
Octal 64 71 110 34 25 0 110 341 20 30
Binary 110100 111001 1001000 11100 10101 0 1001000 11100001 10000 11000

Color Harmonies of #343948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343948

Black with #343948

Text Example


Text Example

White with #343948

Text Example


Text Example

HTML Codes & Css Web 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>