Html Css Color HEX #33494A Dark Slate Grey

📋 copy color: '#33494A'

red 51 ◦ green 73 ◦ blue 74

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

Shades of Dark Slate Grey #33494A

Tints of Dark Slate Grey #33494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 25.76%
G = 36.87%
B = 37.37%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33494A (or 0x33494A) is known color: Dark Slate Grey. HEX triplet: 33, 49 and 4A. RGB value is (51,73,74). Sum of RGB (Red+Green+Blue) = 51+73+74=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 74 - color contains mainly: blue. Hex color #33494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33494A is #CCB6B5. Grayscale: #424242. Windows color (decimal): -13416118 or 4868403. OLE color: 4868403.

HSL color Cylindrical-coordinate representation of color #33494A: hue angle of 182.61º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33494A is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 73 74 -
CMYK 0.31 0.01 0 0.71
HSL 182.61º 0.18% 0.25% -
HSV(B) 182.61º 0.31% 0.29% -
XYZ 4.98 5.96 7.37 -
YUV 66.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 51 73 74 0.31 0.01 0 0.71 182.61 0.18 0.25
Hex 33 49 4A 1F 1 0 47 B7 12 19
Octal 63 111 112 37 1 0 107 267 22 31
Binary 110011 1001001 1001010 11111 1 0 1000111 10110111 10010 11001

Color Harmonies of #33494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33494A

Black with #33494A

Text Example


Text Example

White with #33494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33494A; }

 p { color: rgb(51,73,74); }

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

background-color css

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

 a { background-color: rgb(51,73,74); }

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

border-color css

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

 span { border-color: rgb(51,73,74); }

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