Html Css Color HEX #384546 Dark Slate Grey

📋 copy color: '#384546'

red 56 ◦ green 69 ◦ blue 70

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

Shades of Dark Slate Grey #384546

Tints of Dark Slate Grey #384546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

 BLUE value IS 70 (27.73% from 255) = 35.9%

R = 28.72%
G = 35.38%
B = 35.9%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384546 (or 0x384546) is known color: Dark Slate Grey. HEX triplet: 38, 45 and 46. RGB value is (56,69,70). Sum of RGB (Red+Green+Blue) = 56+69+70=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 70 - color contains mainly: blue. Hex color #384546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384546 is #C7BAB9. Grayscale: #414141. Windows color (decimal): -13089466 or 4605240. OLE color: 4605240.

HSL color Cylindrical-coordinate representation of color #384546: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384546 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 70 -
CMYK 0.20 0.01 0 0.73
HSL 184.29º 0.11% 0.25% -
HSV(B) 184.29º 0.2% 0.27% -
XYZ 4.86 5.54 6.61 -
YUV 65.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 56 69 70 0.20 0.01 0 0.73 184.29 0.11 0.25
Hex 38 45 46 14 1 0 49 B8 B 19
Octal 70 105 106 24 1 0 111 270 13 31
Binary 111000 1000101 1000110 10100 1 0 1001001 10111000 1011 11001

Color Harmonies of #384546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384546

Black with #384546

Text Example


Text Example

White with #384546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384546; }

 p { color: rgb(56,69,70); }

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

background-color css

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

 a { background-color: rgb(56,69,70); }

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

border-color css

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

 span { border-color: rgb(56,69,70); }

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