Html Css Color HEX #38494A Dark Slate Grey

📋 copy color: '#38494A'

red 56 ◦ green 73 ◦ blue 74

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

Shades of Dark Slate Grey #38494A

Tints of Dark Slate Grey #38494A

RGB

 RED value IS 56 (22.27% from 255) = 27.59%

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

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

R = 27.59%
G = 35.96%
B = 36.45%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38494A (or 0x38494A) is known color: Dark Slate Grey. HEX triplet: 38, 49 and 4A. RGB value is (56,73,74). Sum of RGB (Red+Green+Blue) = 56+73+74=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #38494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38494A is #C7B6B5. Grayscale: #444444. Windows color (decimal): -13088438 or 4868408. OLE color: 4868408.

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

Color convert

RGB 56 73 74 -
CMYK 0.24 0.01 0 0.71
HSL 183.33º 0.14% 0.25% -
HSV(B) 183.33º 0.24% 0.29% -
XYZ 5.25 6.1 7.38 -
YUV 68.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 56 73 74 0.24 0.01 0 0.71 183.33 0.14 0.25
Hex 38 49 4A 18 1 0 47 B7 E 19
Octal 70 111 112 30 1 0 107 267 16 31
Binary 111000 1001001 1001010 11000 1 0 1000111 10110111 1110 11001

Color Harmonies of #38494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38494A

Black with #38494A

Text Example


Text Example

White with #38494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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