Html Css Color HEX #343846 Licorice

📋 copy color: '#343846'

red 52 ◦ green 56 ◦ blue 70

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

Shades of Licorice #343846

Tints of Licorice #343846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 29.21%
G = 31.46%
B = 39.33%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343846 (or 0x343846) is known color: Licorice. HEX triplet: 34, 38 and 46. RGB value is (52,56,70). Sum of RGB (Red+Green+Blue) = 52+56+70=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #343846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343846 is #CBC7B9. Grayscale: #383838. Windows color (decimal): -13354938 or 4601908. OLE color: 4601908.

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

Color convert

RGB 52 56 70 -
CMYK 0.26 0.20 0 0.73
HSL 226.67º 0.15% 0.24% -
HSV(B) 226.67º 0.26% 0.27% -
XYZ 3.94 4 6.36 -
YUV 56.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 52 56 70 0.26 0.20 0 0.73 226.67 0.15 0.24
Hex 34 38 46 1A 14 0 49 E3 F 18
Octal 64 70 106 32 24 0 111 343 17 30
Binary 110100 111000 1000110 11010 10100 0 1001001 11100011 1111 11000

Color Harmonies of #343846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343846

Black with #343846

Text Example


Text Example

White with #343846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343846; }

 p { color: rgb(52,56,70); }

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

background-color css

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

 a { background-color: rgb(52,56,70); }

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

border-color css

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

 span { border-color: rgb(52,56,70); }

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