Html Css Color HEX #343945 Licorice

📋 copy color: '#343945'

red 52 ◦ green 57 ◦ blue 69

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

Shades of Licorice #343945

Tints of Licorice #343945

RGB

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

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

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

R = 29.21%
G = 32.02%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343945 (or 0x343945) is known color: Licorice. HEX triplet: 34, 39 and 45. RGB value is (52,57,69). Sum of RGB (Red+Green+Blue) = 52+57+69=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 69 - color contains mainly: blue. Hex color #343945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343945 is #CBC6BA. Grayscale: #383838. Windows color (decimal): -13354683 or 4536628. OLE color: 4536628.

HSL color Cylindrical-coordinate representation of color #343945: hue angle of 222.35º 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 #343945 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 57 69 -
CMYK 0.25 0.17 0 0.73
HSL 222.35º 0.14% 0.24% -
HSV(B) 222.35º 0.25% 0.27% -
XYZ 3.95 4.09 6.21 -
YUV 56.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 52 57 69 0.25 0.17 0 0.73 222.35 0.14 0.24
Hex 34 39 45 19 11 0 49 DE E 18
Octal 64 71 105 31 21 0 111 336 16 30
Binary 110100 111001 1000101 11001 10001 0 1001001 11011110 1110 11000

Color Harmonies of #343945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343945

Black with #343945

Text Example


Text Example

White with #343945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343945; }

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

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

background-color css

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

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

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

border-color css

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

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

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