Html Css Color HEX #334748 Dark Slate Grey

📋 copy color: '#334748'

red 51 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #334748

Tints of Dark Slate Grey #334748

RGB

 RED value IS 51 (20.31% from 255) = 26.29%

 GREEN value IS 71 (28.13% from 255) = 36.6%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 26.29%
G = 36.6%
B = 37.11%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#334748 (or 0x334748) is known color: Dark Slate Grey. HEX triplet: 33, 47 and 48. RGB value is (51,71,72). Sum of RGB (Red+Green+Blue) = 51+71+72=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #334748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334748 is #CCB8B7. Grayscale: #414141. Windows color (decimal): -13416632 or 4736819. OLE color: 4736819.

HSL color Cylindrical-coordinate representation of color #334748: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #334748 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 72 -
CMYK 0.29 0.01 0 0.72
HSL 182.86º 0.17% 0.24% -
HSV(B) 182.86º 0.29% 0.28% -
XYZ 4.79 5.68 6.97 -
YUV 65.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 51 71 72 0.29 0.01 0 0.72 182.86 0.17 0.24
Hex 33 47 48 1D 1 0 48 B7 11 18
Octal 63 107 110 35 1 0 110 267 21 30
Binary 110011 1000111 1001000 11101 1 0 1001000 10110111 10001 11000

Color Harmonies of #334748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334748

Black with #334748

Text Example


Text Example

White with #334748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334748; }

 p { color: rgb(51,71,72); }

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

background-color css

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

 a { background-color: rgb(51,71,72); }

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

border-color css

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

 span { border-color: rgb(51,71,72); }

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