Html Css Color HEX #343845 Licorice

📋 copy color: '#343845'

red 52 ◦ green 56 ◦ blue 69

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

Shades of Licorice #343845

Tints of Licorice #343845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 29.38%
G = 31.64%
B = 38.98%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343845 (or 0x343845) is known color: Licorice. HEX triplet: 34, 38 and 45. RGB value is (52,56,69). Sum of RGB (Red+Green+Blue) = 52+56+69=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #343845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343845 is #CBC7BA. Grayscale: #383838. Windows color (decimal): -13354939 or 4536372. OLE color: 4536372.

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

Color convert

RGB 52 56 69 -
CMYK 0.25 0.19 0 0.73
HSL 225.88º 0.14% 0.24% -
HSV(B) 225.88º 0.25% 0.27% -
XYZ 3.9 3.99 6.19 -
YUV 56.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 52 56 69 0.25 0.19 0 0.73 225.88 0.14 0.24
Hex 34 38 45 19 13 0 49 E2 E 18
Octal 64 70 105 31 23 0 111 342 16 30
Binary 110100 111000 1000101 11001 10011 0 1001001 11100010 1110 11000

Color Harmonies of #343845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343845

Black with #343845

Text Example


Text Example

White with #343845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343845; }

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

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

background-color css

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

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

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

border-color css

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

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

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