Html Css Color HEX #343944 Licorice

📋 copy color: '#343944'

red 52 ◦ green 57 ◦ blue 68

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

Shades of Licorice #343944

Tints of Licorice #343944

RGB

 RED value IS 52 (20.7% from 255) = 29.38%

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 68 (26.95% from 255) = 38.42%

R = 29.38%
G = 32.2%
B = 38.42%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343944 (or 0x343944) is known color: Licorice. HEX triplet: 34, 39 and 44. RGB value is (52,57,68). Sum of RGB (Red+Green+Blue) = 52+57+68=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #343944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343944 is #CBC6BB. Grayscale: #383838. Windows color (decimal): -13354684 or 4471092. OLE color: 4471092.

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

Color convert

RGB 52 57 68 -
CMYK 0.24 0.16 0 0.73
HSL 221.25º 0.13% 0.24% -
HSV(B) 221.25º 0.24% 0.27% -
XYZ 3.92 4.07 6.05 -
YUV 56.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 52 57 68 0.24 0.16 0 0.73 221.25 0.13 0.24
Hex 34 39 44 18 10 0 49 DD D 18
Octal 64 71 104 30 20 0 111 335 15 30
Binary 110100 111001 1000100 11000 10000 0 1001001 11011101 1101 11000

Color Harmonies of #343944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343944

Black with #343944

Text Example


Text Example

White with #343944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343944; }

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

 H1.HeaderClassName
 {
   color: #343944;
 }
 .AnyTagClassName
 {
   color: #343944;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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