Html Css Color HEX #344344 Dark Slate Grey

📋 copy color: '#344344'

red 52 ◦ green 67 ◦ blue 68

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

Shades of Dark Slate Grey #344344

Tints of Dark Slate Grey #344344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 27.81%
G = 35.83%
B = 36.36%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#344344 (or 0x344344) is known color: Dark Slate Grey. HEX triplet: 34, 43 and 44. RGB value is (52,67,68). Sum of RGB (Red+Green+Blue) = 52+67+68=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #344344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344344 is #CBBCBB. Grayscale: #3E3E3E. Windows color (decimal): -13352124 or 4473652. OLE color: 4473652.

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

Color convert

RGB 52 67 68 -
CMYK 0.24 0.01 0 0.73
HSL 183.75º 0.13% 0.24% -
HSV(B) 183.75º 0.24% 0.27% -
XYZ 4.47 5.16 6.23 -
YUV 62.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 52 67 68 0.24 0.01 0 0.73 183.75 0.13 0.24
Hex 34 43 44 18 1 0 49 B8 D 18
Octal 64 103 104 30 1 0 111 270 15 30
Binary 110100 1000011 1000100 11000 1 0 1001001 10111000 1101 11000

Color Harmonies of #344344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344344

Black with #344344

Text Example


Text Example

White with #344344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344344; }

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

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

background-color css

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

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

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

border-color css

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

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

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